mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Change namespace placing in the array
This commit is contained in:
parent
f83126643a
commit
bbf283d1fd
@ -79,6 +79,7 @@ def test_default_cred_types():
|
||||
'aws',
|
||||
'azure_kv',
|
||||
'azure_rm',
|
||||
'centrify_vault_kv',
|
||||
'conjur',
|
||||
'galaxy_api_token',
|
||||
'gce',
|
||||
@ -98,7 +99,6 @@ def test_default_cred_types():
|
||||
'tower',
|
||||
'vault',
|
||||
'vmware',
|
||||
'centrify_vault_kv',
|
||||
]
|
||||
for type_ in CredentialType.defaults.values():
|
||||
assert type_().managed_by_tower is True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user