add required fields for network credentials

see: https://github.com/ansible/ansible-tower/issues/7466
This commit is contained in:
Ryan Petrello
2017-08-18 15:48:57 -04:00
parent 50782b9465
commit 90b5d98e5c
3 changed files with 4 additions and 2 deletions

View File

@@ -748,6 +748,7 @@ def test_falsey_field_data(get, post, organization, admin, field_value):
'credential_type': net.pk,
'organization': organization.id,
'inputs': {
'username': 'joe-user', # username is required
'authorize': field_value
}
}