Optionally add the webhook_credential link to related

on JTs and WFJTs.
This commit is contained in:
Jeff Bradberry
2020-03-26 15:25:51 -04:00
parent 9dbf75f2a9
commit 6b3befcb94
2 changed files with 5 additions and 0 deletions

View File

@@ -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