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

@@ -23,7 +23,7 @@ def test_create_organization(run_module, admin_user):
'tower_config_file': None,
}
result = run_module('tower_organization', module_args, admin_user)
result = run_module('organization', module_args, admin_user)
assert result.get('changed'), result
org = Organization.objects.get(name='foo')