Change namespace placing in the array

This commit is contained in:
surbhijain1502 2020-12-19 23:34:10 +05:30 committed by Ryan Petrello
parent f83126643a
commit bbf283d1fd

View File

@ -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