mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-15 04:21:49 -05:00
add required fields for network credentials
see: https://github.com/ansible/ansible-tower/issues/7466
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user