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 fa09302 commit 4ed864cCopy full SHA for 4ed864c
integration/test/Test/UserGroup.hs
@@ -409,7 +409,7 @@ testUserGroupUpdateChannelsNonAdmin = do
409
postConversation alice (defProteus {team = Just tid})
410
>>= getJSON 201
411
>>= objConvId
412
- updateUserGroupChannels bob gid [convId.id_] >>= assertLabel 404 "user-group-write-forbidden"
+ updateUserGroupChannels bob gid [convId.id_] >>= assertLabel 404 "user-group-not-found"
413
414
testUserGroupUpdateChannelsNonExisting :: (HasCallStack) => App ()
415
testUserGroupUpdateChannelsNonExisting = do
0 commit comments