mirror of
				https://github.com/actions/setup-java.git
				synced 2025-11-04 00:44:20 +00:00 
			
		
		
		
	Small passphrase test data fix
This commit is contained in:
		
							parent
							
								
									798fdaeebd
								
							
						
					
					
						commit
						9db208ff02
					
				@ -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…
	
		Reference in New Issue
	
	Block a user