mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Add workaround for https://github.com/getsentry/responses/issues/464
This commit is contained in:
@@ -90,6 +90,7 @@ def test_trigger(client, user):
|
||||
responses.POST, 'https://pretix.eu/.update_check/',
|
||||
callback=request_callback_updatable,
|
||||
content_type='application/json',
|
||||
match_querystring=None, # https://github.com/getsentry/responses/issues/464
|
||||
)
|
||||
|
||||
user.is_staff = True
|
||||
|
||||
Reference in New Issue
Block a user