mostly includes renaming non-syntax references to tower

This commit is contained in:
Seth Foster
2021-05-03 17:20:24 -04:00
parent 9f4172ce7b
commit 82c5803e59
92 changed files with 410 additions and 408 deletions

View File

@@ -41,4 +41,4 @@ def test_ad_hoc_command_wait_failed(run_module, admin_user):
def test_ad_hoc_command_wait_not_found(run_module, admin_user):
result = run_module('ad_hoc_command_wait', dict(command_id=42), admin_user)
result.pop('invocation', None)
assert result == {"failed": True, "msg": "Unable to wait on ad hoc command 42; that ID does not exist in Tower."}
assert result == {"failed": True, "msg": "Unable to wait on ad hoc command 42; that ID does not exist."}