From 226046dd16dd3455a64ead4d063c0bf58a752ee8 Mon Sep 17 00:00:00 2001 From: sean-m-sullivan Date: Mon, 12 Oct 2020 12:03:37 -0500 Subject: [PATCH] update --- awx_collection/test/awx/test_completeness.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx_collection/test/awx/test_completeness.py b/awx_collection/test/awx/test_completeness.py index 3626c42239..08bbd8b0ad 100644 --- a/awx_collection/test/awx/test_completeness.py +++ b/awx_collection/test/awx/test_completeness.py @@ -44,8 +44,8 @@ no_api_parameter_ok = { # We take an organization here to help with the lookups only 'tower_job_template': ['survey_spec', 'organization'], 'tower_inventory_source': ['organization'], - # Organization is how we are looking up job templates - 'tower_workflow_job_template_node': ['organization'], + # 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'], # ad hoc commands support interval and timeout since its more like tower_job_launc