mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Exporter API: Fix primary key fields
This commit is contained in:
@@ -85,7 +85,7 @@ def test_org_validate_events(token_client, organizer, team, event):
|
||||
'_format': 'xlsx',
|
||||
}, format='json')
|
||||
assert resp.status_code == 400
|
||||
assert resp.data == {"events": ["This field is required."]}
|
||||
assert resp.data == {"events": ["This list may not be empty."]}
|
||||
|
||||
resp = token_client.post('/api/v1/organizers/{}/exporters/orderlist/run/'.format(organizer.slug), data={
|
||||
'_format': 'xlsx',
|
||||
|
||||
Reference in New Issue
Block a user