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

@@ -231,7 +231,7 @@ func TestOperatorGenerateRootCommand_Run(t *testing.T) {
t.Parallel()
pgpKey := "keybase:hashicorp"
pgpFingerprint := "91a6e7f85d05c65630bef18951852d87348ffc4c"
pgpFingerprint := "c874011f0ab405110d02105534365d9472d7468f"
client, closer := testVaultServer(t)
defer closer()