diff --git a/apps/e2e/tests/backend/endpoints/api/v1/send-email.test.ts b/apps/e2e/tests/backend/endpoints/api/v1/send-email.test.ts index 7daf6e879..ebccc89dd 100644 --- a/apps/e2e/tests/backend/endpoints/api/v1/send-email.test.ts +++ b/apps/e2e/tests/backend/endpoints/api/v1/send-email.test.ts @@ -298,6 +298,11 @@ it("should return 200 and send email successfully", async ({ expect }) => { expect(messages).toMatchInlineSnapshot(` [ MailboxMessage { + "attachments": [], + "body": { + "html": "http://localhost:8102/api/v1/emails/unsubscribe-link?code=%3Cstripped+query+param%3E", + "text": "http://localhost:8102/api/v1/emails/unsubscribe-link?code=%3Cstripped+query+param%3E", + }, "from": "Test Project ", "subject": "Custom Test Email Subject", "to": ["@stack-generated.example.com>"],