Fix hardcoded PK in test

This commit is contained in:
Raphael Michel
2020-03-05 17:09:33 +01:00
parent ee260c8231
commit 975b6d800a

View File

@@ -1611,7 +1611,7 @@ def test_order_create_simulate(token_client, organizer, event, item, quota, ques
'id': 0,
'order': '',
'positionid': 1,
'item': 1,
'item': item.pk,
'variation': None,
'price': '23.00',
'attendee_name': 'Peter',