1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix tests for #4502

This commit is contained in:
Jeremy Stretch
2020-04-30 15:43:33 -04:00
parent 05cb47e650
commit 6ab046ba8f
2 changed files with 8 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ class WebhookTest(APITestCase):
request_id = uuid.uuid4()
def dummy_send(_, request):
def dummy_send(_, request, **kwargs):
"""
A dummy implementation of Session.send() to be used for testing.
Always returns a 200 HTTP response.