mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fix test
This commit is contained in:
parent
f35fcde87f
commit
90b7bdad01
@ -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 <test@example.com>",
|
||||
"subject": "Custom Test Email Subject",
|
||||
"to": ["<unindexed-mailbox--<stripped UUID>@stack-generated.example.com>"],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user