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 )