mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
remove redundant loop
This commit is contained in:
@@ -137,7 +137,6 @@ def test_secret_field_write_twice(run_module, organization, admin_user, cred_typ
|
|||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
@pytest.mark.parametrize('state', ('present', 'absent', 'exists'))
|
@pytest.mark.parametrize('state', ('present', 'absent', 'exists'))
|
||||||
def test_credential_state(run_module, organization, admin_user, cred_type, state):
|
def test_credential_state(run_module, organization, admin_user, cred_type, state):
|
||||||
for state in ('present', 'absent', 'exists'):
|
|
||||||
result = run_module(
|
result = run_module(
|
||||||
'credential',
|
'credential',
|
||||||
dict(
|
dict(
|
||||||
|
|||||||
Reference in New Issue
Block a user