remove redundant loop

This commit is contained in:
matt
2023-04-18 09:51:20 -06:00
parent 4a3d437b32
commit 93e6f974f6

View File

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