This commit is contained in:
parent
57abf1340d
commit
124c6148da
|
@ -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>"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue