mirror of
https://github.com/actions/setup-java.git
synced 2025-06-28 20:14:14 +00:00
Small passphrase test data fix
This commit is contained in:
parent
798fdaeebd
commit
9db208ff02
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ describe('auth tests', () => {
|
||||||
const id = 'packages';
|
const id = 'packages';
|
||||||
const username = 'USER';
|
const username = 'USER';
|
||||||
const password = '&<>"\'\'"><&';
|
const password = '&<>"\'\'"><&';
|
||||||
const gpgPassphrase = 'PASSWORD';
|
const gpgPassphrase = 'PASSPHRASE';
|
||||||
|
|
||||||
expect(auth.generate(id, username, password, gpgPassphrase)).toEqual(`
|
expect(auth.generate(id, username, password, gpgPassphrase)).toEqual(`
|
||||||
<settings>
|
<settings>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue