diff --git a/InvenTree/common/tests.py b/InvenTree/common/tests.py index dbc7fc6ed1..8121b46a6a 100644 --- a/InvenTree/common/tests.py +++ b/InvenTree/common/tests.py @@ -124,7 +124,7 @@ class WebhookMessageTests(TestCase): def test_bad_url(self): response = self.client.post( - f'/api/webhook/1234/', + '/api/webhook/1234/', content_type='application/json', )