Skip to content

Commit 1d28698

Browse files
committed
Fix integration test build
1 parent 477e4eb commit 1d28698

File tree

1 file changed

+1
-1
lines changed
  • services/brig/test/integration/API/User

1 file changed

+1
-1
lines changed

services/brig/test/integration/API/User/Auth.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ testInvalidCookie z b = do
820820
testInvalidToken :: ZAuth.Env -> Brig -> Http ()
821821
testInvalidToken z b = do
822822
user <- userId <$> randomUser b
823-
t <- toByteString' <$> runZAuth z (ZAuth.newUserToken @ZAuth.User user)
823+
t <- toByteString' <$> runZAuth z (ZAuth.newUserToken @ZAuth.User user Nothing)
824824

825825
-- Syntactically invalid
826826
post (unversioned . b . path "/access" . queryItem "access_token" "xxx" . cookieRaw "zuid" t)

0 commit comments

Comments
 (0)