From 94ffc1d438cccef75e2760878f4fad4dfcd56ee3 Mon Sep 17 00:00:00 2001 From: Harvey Hartwell Date: Thu, 11 Jan 2024 11:36:48 -0800 Subject: [PATCH] flake --- tests/integration/test_payment_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_payment_processing.py b/tests/integration/test_payment_processing.py index adf3810..f603e03 100644 --- a/tests/integration/test_payment_processing.py +++ b/tests/integration/test_payment_processing.py @@ -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"