fix: supply HMACKey in test case (#2683)
Signed-off-by: Bob Callaway <bcallaway@google.com>
This commit is contained in:
parent
49477729ce
commit
07e0904923
@ -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 {
|
||||
|
Reference in New Issue
Block a user