mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
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',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user