mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
API: Fix storage of Item.picture
This commit is contained in:
@@ -1396,6 +1396,7 @@ def test_patch_event_settings_file(token_client, organizer, event):
|
||||
)
|
||||
assert resp.status_code == 200
|
||||
assert resp.data['logo_image'].startswith('http')
|
||||
assert '/pub/' in resp.data['logo_image']
|
||||
|
||||
resp = token_client.patch(
|
||||
'/api/v1/organizers/{}/events/{}/settings/'.format(organizer.slug, event.slug),
|
||||
|
||||
Reference in New Issue
Block a user