mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02:30
Merge pull request #7159 from chrismeyersfsu/fix-5645
do not accept array as extra_vars
This commit is contained in:
@@ -376,7 +376,7 @@ def test_edit_nonsenstive(patch, job_template_factory, alice):
|
||||
'forks': 14,
|
||||
'limit': 'something',
|
||||
'verbosity': 5,
|
||||
'extra_vars': '--',
|
||||
'extra_vars': '---',
|
||||
'job_tags': 'sometags',
|
||||
'force_handlers': True,
|
||||
'skip_tags': 'thistag,thattag',
|
||||
|
||||
Reference in New Issue
Block a user