Skip to content

Commit

Permalink
Update end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusbsilva137 authored Apr 30, 2024
1 parent fd91ba0 commit 717c0fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/tests/end-to-end/api/livechat/12-mailer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ describe('Mailer', () => {
});
});
it('should throw an error if user does NOT have the send-mail permission', async () => {
await updatePermission('send-mail', []);
await request
.post(api('mailer'))
.set(credentials)
Expand Down

0 comments on commit 717c0fd

Please sign in to comment.