Skip to content

Commit

Permalink
supply HMACKey in test case
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Sep 28, 2022
1 parent ecac896 commit e395ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/conformance/transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func testAuthRequestConcurrentUpdate(t *testing.T, s storage.Storage) {
EmailVerified: true,
Groups: []string{"a", "b"},
},
HMACKey: []byte("hmac_key"),
}

if err := s.CreateAuthRequest(a); err != nil {
Expand Down

0 comments on commit e395ef9

Please sign in to comment.