mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Optionally add the webhook_credential link to related
on JTs and WFJTs.
This commit is contained in:
@@ -31,6 +31,7 @@ def job_template(mocker):
|
||||
mock_jt.validation_errors = mock_JT_resource_data
|
||||
mock_jt.webhook_service = ''
|
||||
mock_jt.organization_id = None
|
||||
mock_jt.webhook_credential_id = None
|
||||
return mock_jt
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user