mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
More test fixes
This commit is contained in:
parent
9be350d80b
commit
e9d8b64893
@ -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.",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user