mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
tower_username to controller_username, etc
This commit is contained in:
@@ -15,12 +15,12 @@ def test_create_organization(run_module, admin_user):
|
||||
'description': 'barfoo',
|
||||
'state': 'present',
|
||||
'max_hosts': '0',
|
||||
'tower_host': None,
|
||||
'tower_username': None,
|
||||
'tower_password': None,
|
||||
'controller_host': None,
|
||||
'controller_username': None,
|
||||
'controller_password': None,
|
||||
'validate_certs': None,
|
||||
'tower_oauthtoken': None,
|
||||
'tower_config_file': None,
|
||||
'controller_oauthtoken': None,
|
||||
'controller_config_file': None,
|
||||
}
|
||||
|
||||
result = run_module('organization', module_args, admin_user)
|
||||
|
||||
Reference in New Issue
Block a user