mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix waiting list tests
This commit is contained in:
@@ -37,6 +37,7 @@ TEST_WLE_RES = {
|
||||
"item": 2,
|
||||
"variation": None,
|
||||
"locale": "en",
|
||||
"priority": 0,
|
||||
"subevent": None,
|
||||
}
|
||||
|
||||
|
||||
@@ -126,6 +126,7 @@ def test_waitinglist_shredder(event, item):
|
||||
'voucher': wle.voucher.pk,
|
||||
'created': wle.created.isoformat().replace('+00:00', 'Z'),
|
||||
'locale': 'en',
|
||||
'priority': 0,
|
||||
'email': 'foo@example.org'
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user