mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-23 16:31:50 -05:00
Merge pull request #304 from ryanpetrello/required-cred-fields
mark a variety of credential fields as required
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