We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477e4eb commit 1d28698Copy full SHA for 1d28698
services/brig/test/integration/API/User/Auth.hs
@@ -820,7 +820,7 @@ testInvalidCookie z b = do
820
testInvalidToken :: ZAuth.Env -> Brig -> Http ()
821
testInvalidToken z b = do
822
user <- userId <$> randomUser b
823
- t <- toByteString' <$> runZAuth z (ZAuth.newUserToken @ZAuth.User user)
+ t <- toByteString' <$> runZAuth z (ZAuth.newUserToken @ZAuth.User user Nothing)
824
825
-- Syntactically invalid
826
post (unversioned . b . path "/access" . queryItem "access_token" "xxx" . cookieRaw "zuid" t)
0 commit comments