Add the webhook receiver url to the related urls in the serializers

This commit is contained in:
Jeff Bradberry
2019-09-05 14:24:46 -04:00
parent 245931f603
commit ee1d118752
2 changed files with 11 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ def job_template(mocker):
mock_jt.pk = 5
mock_jt.host_config_key = '9283920492'
mock_jt.validation_errors = mock_JT_resource_data
mock_jt.webhook_service = ''
return mock_jt