mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
fix tests
This commit is contained in:
parent
073ab15f10
commit
bc069b083c
@ -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> },
|
||||
}
|
||||
`);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user