Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update STPPaymentIntentFunctionalTest.testConfirmCanceledPaymentIntentFails #1010

Merged
merged 1 commit into from
Aug 8, 2018

Conversation

danj-stripe
Copy link
Contributor

Summary

Making it slightly less brittle to server-side changes. Previous test was failing
due to the addition of requires_capture in the list of acceptable statuses.

This is still asserting on a server-side string that might change, but I want some way
to make sure the error is the one I expect.

Motivation

Test is broken on master.

Testing

Ran the tests locally, CI will run them too

…ntFails`

Making it slightly less brittle to server-side changes. Previous test was failing
due to the addition of `requires_capture` in the list of acceptable statuses.

This is still asserting on a server-side string that might change, but I want some way
to make sure the error is the one I expect.
@danj-stripe danj-stripe merged commit 68ff597 into master Aug 8, 2018
@danj-stripe danj-stripe deleted the danj/bugfix/broken-test branch August 8, 2018 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants