2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-21 14:20:54 +00:00
This commit is contained in:
Matthias
2021-09-13 00:57:49 +02:00
parent 4736c3187c
commit 0d6828f4a8

@ -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',
) )