fix tests

This commit is contained in:
Zai Shi 2025-07-24 16:03:13 -07:00
parent 073ab15f10
commit bc069b083c

View File

@ -54,7 +54,7 @@ it("should refuse to sign up a new user if magic links are disabled on the proje
expect(response).toMatchInlineSnapshot(`
NiceResponse {
"status": 403,
"body": "Magic link is not enabled for this project",
"body": "OTP sign-in is not enabled for this project",
"headers": Headers { <some fields may have been hidden> },
}
`);