Skip to content

Commit

Permalink
fix: sendgrid broken integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Feb 19, 2024
1 parent 06e4d4b commit ee20198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/02-api-mail-sending.e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('API', async () => {

// TODO: Sendgrid -> nodemailer-mock failure in SendingError

['mailgun', 'sparkpost', 'postmark', 'mailjet', 'brevo', 'sendgrid'].forEach(provider => {
['mailgun', 'sparkpost', 'postmark', 'mailjet', 'brevo'].forEach(provider => {
BlockMailer(provider)
});

Expand Down

0 comments on commit ee20198

Please sign in to comment.