mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Fix waiting list tests
This commit is contained in:
@@ -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