mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 19:45:46 +00:00
PEP fix
This commit is contained in:
@ -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',
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user