mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
spaces for pep8
This commit is contained in:
parent
184719e9f2
commit
4a3d437b32
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user