From 0d6828f4a859199fa664dad1f94375f4db7566b5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 13 Sep 2021 00:57:49 +0200 Subject: [PATCH] PEP fix --- InvenTree/common/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', )