Skip to content

Commit d791f07

Browse files
committed
fixup! Test searchable field and contact search
1 parent 8d77e00 commit d791f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ testUserSearchable brig galley = do
660660
setSearchable :: UserId -> UserId -> Bool -> Request -> Request
661661
setSearchable byZuid uid searchable =
662662
brig
663-
. paths ["users", pack $ show uid, pack $ show tid, "searchable"]
663+
. paths ["users", pack $ show uid, "searchable"]
664664
. zUser byZuid
665665
. toJsonBody searchable
666666

0 commit comments

Comments
 (0)