This commit is contained in:
Raphael Michel
2022-01-12 10:19:02 +01:00
parent 357092ec44
commit 8ae4304c7d
3 changed files with 10 additions and 0 deletions

View File

@@ -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