more rename, mostly in test

This commit is contained in:
Seth Foster
2021-04-29 11:58:41 -04:00
parent a695274cb6
commit 7a63785255
105 changed files with 616 additions and 625 deletions

View File

@@ -96,7 +96,7 @@ EXAMPLES = '''
{% endif %}
'''
from ..module_utils.tower_api import TowerAPIModule
from ..module_utils.controller_api import ControllerAPIModule
def main():
@@ -142,7 +142,7 @@ def main():
)
# Create a module for ourselves
module = TowerAPIModule(argument_spec=argument_spec)
module = ControllerAPIModule(argument_spec=argument_spec)
# Extract our parameters
{% for option in item['json']['actions']['POST'] %}