This commit is contained in:
parent
57abf1340d
commit
124c6148da
|
@ -53,7 +53,7 @@ describe("receive email", () => {
|
|||
test("non-existing address", async () => {
|
||||
await emailClient.sendMail({
|
||||
from: "publisher@example.com",
|
||||
to: `non-existing@kill-the-newsletter.com`,
|
||||
to: "non-existing@kill-the-newsletter.com",
|
||||
subject: "New Message",
|
||||
html: "<p>HTML content</p>"
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue