diff --git a/apps/e2e/tests/backend/endpoints/api/v1/payments/switch-plans.test.ts b/apps/e2e/tests/backend/endpoints/api/v1/payments/switch-plans.test.ts index 4dd1c56be..6f16e2571 100644 --- a/apps/e2e/tests/backend/endpoints/api/v1/payments/switch-plans.test.ts +++ b/apps/e2e/tests/backend/endpoints/api/v1/payments/switch-plans.test.ts @@ -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 {