mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Update tests to reflect new HC public pgp keys. (#11446)
This commit is contained in:
		| @@ -218,7 +218,7 @@ func TestOperatorRekeyCommand_Run(t *testing.T) { | ||||
| 		t.Parallel() | ||||
|  | ||||
| 		pgpKey := "keybase:hashicorp" | ||||
| 		pgpFingerprints := []string{"91a6e7f85d05c65630bef18951852d87348ffc4c"} | ||||
| 		pgpFingerprints := []string{"c874011f0ab405110d02105534365d9472d7468f"} | ||||
|  | ||||
| 		client, closer := testVaultServer(t) | ||||
| 		defer closer() | ||||
| @@ -396,7 +396,7 @@ func TestOperatorRekeyCommand_Run(t *testing.T) { | ||||
| 		t.Parallel() | ||||
|  | ||||
| 		pgpKey := "keybase:hashicorp" | ||||
| 		// pgpFingerprints := []string{"91a6e7f85d05c65630bef18951852d87348ffc4c"} | ||||
| 		// pgpFingerprints := []string{"c874011f0ab405110d02105534365d9472d7468f"} | ||||
|  | ||||
| 		client, keys, closer := testVaultServerUnseal(t) | ||||
| 		defer closer() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nick Cabatoff
					Nick Cabatoff