Fix waiting list tests

This commit is contained in:
Raphael Michel
2018-08-07 11:36:19 +02:00
parent 1e26b5c5f1
commit 4dd3952c19
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ TEST_WLE_RES = {
"item": 2,
"variation": None,
"locale": "en",
"priority": 0,
"subevent": None,
}

View File

@@ -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'
}
]