mirror of
https://github.com/pretix/pretix.git
synced 2026-05-16 17:03:58 +00:00
Fix failing test
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user