summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Westcott IV <john.westcott.iv@redhat.com>2020-09-24 17:48:50 +0200
committerJohn Westcott IV <john.westcott.iv@redhat.com>2020-09-25 14:51:28 +0200
commit842e490ba66cb40205a4bef718072bb6aa607854 (patch)
tree0655d200030891c955099d13c4c6ac6a3cbe7ad7
parentFixing linting (diff)
downloadawx-842e490ba66cb40205a4bef718072bb6aa607854.tar.xz
awx-842e490ba66cb40205a4bef718072bb6aa607854.zip
Removing needs devel ad hoc entry
-rw-r--r--awx_collection/test/awx/test_completeness.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/test/awx/test_completeness.py b/awx_collection/test/awx/test_completeness.py
index 4dd06a31ac..3626c42239 100644
--- a/awx_collection/test/awx/test_completeness.py
+++ b/awx_collection/test/awx/test_completeness.py
@@ -56,7 +56,7 @@ no_api_parameter_ok = {
# that needs to be developed. If the module is found on the file system it will auto-detect that the
# work is being done and will bypass this check. At some point this module should be removed from this list.
needs_development = [
- 'tower_ad_hoc_command', 'tower_inventory_script', 'tower_workflow_approval'
+ 'tower_inventory_script', 'tower_workflow_approval'
]
needs_param_development = {
'tower_host': ['instance_id'],