-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'issue-32871/test_application_fees' into issue-32871/tes…
…t_other_incremental_stripe_stream
- Loading branch information
Showing
5 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
airbyte-integrations/connectors/source-stripe/unit_tests/integration/response_builder.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
airbyte-integrations/connectors/source-stripe/unit_tests/resource/http/response/401.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"error": { | ||
"message": "Invalid API Key provided: sk_test_*****************************************************mFeM", | ||
"type": "invalid_request_error" | ||
} | ||
"error": { | ||
"message": "Invalid API Key provided: sk_test_*****************************************************mFeM", | ||
"type": "invalid_request_error" | ||
} | ||
} |
12 changes: 6 additions & 6 deletions
12
airbyte-integrations/connectors/source-stripe/unit_tests/resource/http/response/429.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"error": { | ||
"message": "Request rate limit exceeded. Learn more about rate limits here https://stripe.com/docs/rate-limits.", | ||
"type": "invalid_request_error", | ||
"code": "rate_limit", | ||
"doc_url": "https://stripe.com/docs/error-codes/rate-limit" | ||
} | ||
"error": { | ||
"message": "Request rate limit exceeded. Learn more about rate limits here https://stripe.com/docs/rate-limits.", | ||
"type": "invalid_request_error", | ||
"code": "rate_limit", | ||
"doc_url": "https://stripe.com/docs/error-codes/rate-limit" | ||
} | ||
} |
4 changes: 3 additions & 1 deletion
4
airbyte-integrations/connectors/source-stripe/unit_tests/resource/http/response/500.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"unknown": "maxi297: I could not reproduce the issue hence this response will not look like the actual 500 status response"} | ||
{ | ||
"unknown": "maxi297: I could not reproduce the issue hence this response will not look like the actual 500 status response" | ||
} |