Skip to content

Commit

Permalink
internal/vault/helper/pgpkeys: Update expected fingerprint in unit te…
Browse files Browse the repository at this point in the history
…sting (#19081)

Reference: https://keybase.io/hashicorp (click key to see fingerprint)
Reference: #19080
  • Loading branch information
bflad authored Apr 23, 2021
1 parent 83eaf01 commit d082477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/internal/vault/helper/pgpkeys/keybase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestFetchKeybasePubkeys(t *testing.T) {

exp := []string{
"0f801f518ec853daff611e836528efcac6caa3db",
"91a6e7f85d05c65630bef18951852d87348ffc4c",
"c874011f0ab405110d02105534365d9472d7468f",
}

if !reflect.DeepEqual(fingerprints, exp) {
Expand Down

0 comments on commit d082477

Please sign in to comment.