mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
API: Fix crash when passing an empty seat_category_mapping during event creation
This commit is contained in:
@@ -176,6 +176,7 @@ def test_event_create(token_client, organizer, event, meta_prop):
|
||||
"meta_data": {
|
||||
meta_prop.name: "Conference"
|
||||
},
|
||||
"seat_category_mapping": {},
|
||||
"timezone": "Europe/Amsterdam"
|
||||
},
|
||||
format='json'
|
||||
|
||||
Reference in New Issue
Block a user