mirror of
https://github.com/pretix/pretix.git
synced 2026-06-11 01:25:13 +00:00
Fix test failure
This commit is contained in:
@@ -3146,6 +3146,7 @@ def test_order_create_add_to_medium(token_client, organizer, event, item, quota,
|
||||
res = copy.deepcopy(ORDER_CREATE_PAYLOAD)
|
||||
res['positions'][0]['item'] = item.pk
|
||||
res['positions'][0]['use_reusable_medium'] = medium.pk
|
||||
res['positions'][0]['answers'][0]['question'] = question.pk
|
||||
|
||||
resp = token_client.post(
|
||||
'/api/v1/organizers/{}/events/{}/orders/?pdf_data=true'.format(
|
||||
|
||||
Reference in New Issue
Block a user