chore: update stack auth to hexclave in test

This commit is contained in:
nams1570 2026-06-03 17:31:15 -07:00
parent a80cdd47e4
commit bdc7a39325

View File

@ -440,7 +440,7 @@ it("rejects switch in live mode without Stripe onboarding", async ({ expect }) =
expect(switchResponse).toMatchInlineSnapshot(`
NiceResponse {
"status": 400,
"body": "Payments are not set up in this Stack Auth project. Please go to the Stack Auth dashboard and complete the Payments onboarding.",
"body": "Payments are not set up in this Hexclave project. Please go to the Hexclave dashboard and complete the Payments onboarding.",
"headers": Headers { <some fields may have been hidden> },
}
`);