Skip to content

Commit 4ed864c

Browse files
committed
fix: tests
1 parent fa09302 commit 4ed864c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/test/Test/UserGroup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ testUserGroupUpdateChannelsNonAdmin = do
409409
postConversation alice (defProteus {team = Just tid})
410410
>>= getJSON 201
411411
>>= objConvId
412-
updateUserGroupChannels bob gid [convId.id_] >>= assertLabel 404 "user-group-write-forbidden"
412+
updateUserGroupChannels bob gid [convId.id_] >>= assertLabel 404 "user-group-not-found"
413413

414414
testUserGroupUpdateChannelsNonExisting :: (HasCallStack) => App ()
415415
testUserGroupUpdateChannelsNonExisting = do

0 commit comments

Comments
 (0)