diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2020-09-24 17:48:50 +0200 |
---|---|---|
committer | John Westcott IV <john.westcott.iv@redhat.com> | 2020-09-25 14:51:28 +0200 |
commit | 842e490ba66cb40205a4bef718072bb6aa607854 (patch) | |
tree | 0655d200030891c955099d13c4c6ac6a3cbe7ad7 | |
parent | Fixing linting (diff) | |
download | awx-842e490ba66cb40205a4bef718072bb6aa607854.tar.xz awx-842e490ba66cb40205a4bef718072bb6aa607854.zip |
Removing needs devel ad hoc entry
-rw-r--r-- | awx_collection/test/awx/test_completeness.py | 2 |
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'], |