Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Nov 19, 2024
1 parent 8b051c8 commit c752a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/livechat/00-rooms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ describe('LIVECHAT - rooms', () => {
.expect(403)
.expect((res: Response) => {
expect(res.body).to.have.property('success', false);
expect(res.body).to.have.property('error', 'forbidden');
expect(res.body).to.have.property('error', 'unauthorized');
});

await restorePermissionToRoles('view-livechat-rooms');
Expand Down

0 comments on commit c752a19

Please sign in to comment.