Browse Source

fix: supply HMACKey in test case (#2683)

Signed-off-by: Bob Callaway <bcallaway@google.com>
pull/2684/head
Bob Callaway 4 years ago committed by GitHub
parent
commit
07e0904923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      storage/conformance/transactions.go

1
storage/conformance/transactions.go

@ -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 {

Loading…
Cancel
Save