code style

This commit is contained in:
Lukas Bockstaller
2026-08-25 11:09:26 +02:00
parent 6fa91b37ab
commit 48356ea19e
@@ -322,6 +322,7 @@ def get_test_empty_captures():
'rel': 'self',
'method': 'GET'}]}
class Object():
pass
@@ -572,6 +573,7 @@ def test_webhook_empty_captures(env, client, monkeypatch):
order.refresh_from_db()
assert order.status == Order.STATUS_PENDING
@pytest.mark.django_db
def test_webhook_mark_paid(env, client, monkeypatch):
order = env[1]