This commit is contained in:
Matthias 2021-09-13 00:57:49 +02:00
parent 4736c3187c
commit 0d6828f4a8
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -124,7 +124,7 @@ class WebhookMessageTests(TestCase):
def test_bad_url(self): def test_bad_url(self):
response = self.client.post( response = self.client.post(
f'/api/webhook/1234/', '/api/webhook/1234/',
content_type='application/json', content_type='application/json',
) )