spaces for pep8

This commit is contained in:
matt 2023-04-11 11:35:36 -06:00
parent 184719e9f2
commit 4a3d437b32

View File

@ -133,6 +133,7 @@ def test_secret_field_write_twice(run_module, organization, admin_user, cred_typ
assert result.get('changed') is False, result
assert Credential.objects.get(id=result['id']).get_input('token') == val1
@pytest.mark.django_db
@pytest.mark.parametrize('state', ('present', 'absent', 'exists'))
def test_credential_state(run_module, organization, admin_user, cred_type, state):