mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -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.parametrize('state', ('present', 'absent', 'exists'))
|
||||
def test_credential_state(run_module, organization, admin_user, cred_type, state):
|
||||
for state in ('present', 'absent', 'exists'):
|
||||
result = run_module(
|
||||
'credential',
|
||||
dict(
|
||||
|
||||
Reference in New Issue
Block a user