From e9d8b64893037018d5e0d01d3142057fade152bc Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Sat, 30 Aug 2025 22:52:10 -0700 Subject: [PATCH] More test fixes --- .../api/v1/internal/payments/stripe/account-info.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/e2e/tests/backend/endpoints/api/v1/internal/payments/stripe/account-info.test.ts b/apps/e2e/tests/backend/endpoints/api/v1/internal/payments/stripe/account-info.test.ts index 904814eba..06dac2614 100644 --- a/apps/e2e/tests/backend/endpoints/api/v1/internal/payments/stripe/account-info.test.ts +++ b/apps/e2e/tests/backend/endpoints/api/v1/internal/payments/stripe/account-info.test.ts @@ -95,6 +95,7 @@ describe("GET /api/v1/internal/payments/stripe/account-info", () => { expect(response).toMatchInlineSnapshot(` NiceResponse { + "status": 404, "body": { "code": "STRIPE_ACCOUNT_INFO_NOT_FOUND", "error": "Stripe account information not found. Please make sure the user has onboarded with Stripe.", @@ -147,7 +148,7 @@ describe("GET /api/v1/internal/payments/stripe/account-info", () => { expect(response).toMatchInlineSnapshot(` NiceResponse { - "status": 401, + "status": 404, "body": { "code": "STRIPE_ACCOUNT_INFO_NOT_FOUND", "error": "Stripe account information not found. Please make sure the user has onboarded with Stripe.",