From 73c46030bc7ce42cfc0051c0c4dfc5f5a526fefd Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Thu, 14 Jan 2021 16:19:39 -0600 Subject: [PATCH] update completeness --- awx_collection/test/awx/test_completeness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/test/awx/test_completeness.py b/awx_collection/test/awx/test_completeness.py index 08bbd8b0ad..922cc785bc 100644 --- a/awx_collection/test/awx/test_completeness.py +++ b/awx_collection/test/awx/test_completeness.py @@ -47,7 +47,7 @@ no_api_parameter_ok = { # Organization is how we are looking up job templates, Approval node is for workflow_approval_templates 'tower_workflow_job_template_node': ['organization', 'approval_node'], # Survey is how we handle associations - 'tower_workflow_job_template': ['survey'], + 'tower_workflow_job_template': ['survey_spec'], # ad hoc commands support interval and timeout since its more like tower_job_launc 'tower_ad_hoc_command': ['interval', 'timeout', 'wait'], }