From bdc7a3932515c7a33b406cc7f3dd5926e9a85257 Mon Sep 17 00:00:00 2001 From: nams1570 Date: Wed, 3 Jun 2026 17:31:15 -0700 Subject: [PATCH] chore: update stack auth to hexclave in test --- .../backend/endpoints/api/v1/payments/switch-plans.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {