mirror of
https://github.com/pretix/pretix.git
synced 2026-08-25 13:12:00 +00:00
code style
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user