More test fixes

This commit is contained in:
Konstantin Wohlwend 2025-08-30 22:52:10 -07:00
parent 9be350d80b
commit e9d8b64893

View File

@ -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.",