From 16f41e1f0c8cdfa3c97921a116ef393694990059 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 21 Jan 2025 17:51:18 +0100 Subject: [PATCH] Fix failing test --- src/tests/plugins/banktransfer/test_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/plugins/banktransfer/test_import.py b/src/tests/plugins/banktransfer/test_import.py index 05e2a76b87..49a7f8db37 100644 --- a/src/tests/plugins/banktransfer/test_import.py +++ b/src/tests/plugins/banktransfer/test_import.py @@ -574,7 +574,7 @@ def test_pending_paypal_drop_fee(env, job): env[2].save() p = env[2].payments.create( provider='paypal', - state=OrderPayment.PAYMENT_STATE_PENDING, + state=OrderPayment.PAYMENT_STATE_CREATED, fee=fee, amount=env[2].total )