mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
spaces for pep8
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user