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

@@ -93,6 +93,7 @@ def test_webhook_trigger_event_specific(event, order, webhook, monkeypatch_on_co
responses.POST, 'https://google.com',
callback=lambda r: (200, {}, 'ok'),
content_type='application/json',
match_querystring=None, # https://github.com/getsentry/responses/issues/464
)
with transaction.atomic():