This commit is contained in:
Leandro Facchinetti 2020-03-22 10:33:58 -04:00
parent 57abf1340d
commit 124c6148da
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ describe("receive email", () => {
test("non-existing address", async () => { test("non-existing address", async () => {
await emailClient.sendMail({ await emailClient.sendMail({
from: "publisher@example.com", from: "publisher@example.com",
to: `non-existing@kill-the-newsletter.com`, to: "non-existing@kill-the-newsletter.com",
subject: "New Message", subject: "New Message",
html: "<p>HTML content</p>" html: "<p>HTML content</p>"
}); });