PEP fix
This commit is contained in:
parent
4736c3187c
commit
0d6828f4a8
|
|
@ -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',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue