mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +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 username = 'USER';
|
||||
const password = '&<>"\'\'"><&';
|
||||
const gpgPassphrase = 'PASSWORD';
|
||||
const gpgPassphrase = 'PASSPHRASE';
|
||||
|
||||
expect(auth.generate(id, username, password, gpgPassphrase)).toEqual(`
|
||||
<settings>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue