mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 12:39:22 -02:30
Add the webhook receiver url to the related urls in the serializers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user