Update tests to reflect new HC public pgp keys. (#11446)

This commit is contained in:
Nick Cabatoff
2021-04-23 12:32:46 -04:00
committed by GitHub
parent 20492a144d
commit acbb3b9d98
4 changed files with 5 additions and 5 deletions

View File

@@ -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()