diff --git a/tests/intergartion_test/test_sync.py b/tests/intergartion_test/test_sync.py index a4c8d38..f617837 100644 --- a/tests/intergartion_test/test_sync.py +++ b/tests/intergartion_test/test_sync.py @@ -146,7 +146,9 @@ def test_payment_cancel_and_refund_raise_for_invalid_payment_id_live(): bogus_payment_id = "00000000-0000-0000-0000-000000000000" with pytest.raises(QPayError): - _ = c.payment_cancel(bogus_payment_id, PaymentCancelRequest(callback_url="https://example.com/callmesaul", note="demo")) + _ = c.payment_cancel( + bogus_payment_id, PaymentCancelRequest(callback_url="https://example.com/callmesaul", note="demo") + ) with pytest.raises(QPayError): _ = c.payment_refund(