Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
hhartwell committed Jan 11, 2024
1 parent a8a11d8 commit 94ffc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_payment_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_payment_intents(self):
assert json.loads(response_data).get('success', False)

# automatic payment intent confirmation
intent = create_payment_intent(payment_method.id, customer.id, 2000, confirmation_method="automatic")
intent = create_payment_intent(payment_method.id, customer.id, 2000, confirmation_method="automatic")
assert intent is not None
assert intent.status == "succeeded"

Expand Down

0 comments on commit 94ffc1d

Please sign in to comment.