Updating tower_org to use the new tower_api format

Pass sanity and unit tests, update tests

Remove placeholder test function, convert tower_host module, fix misc typos
This commit is contained in:
John Westcott IV
2020-01-29 13:33:04 -05:00
committed by beeankha
parent c23d605a7a
commit f89061da41
14 changed files with 120 additions and 167 deletions
@@ -125,7 +125,7 @@ def main():
else:
job_list = module.get_endpoint('jobs', **{'data': job_search_data})
# Attempt to lookup jobs based on the status
# Attempt to look up jobs based on the status
module.exit_json(**job_list['json'])