Merge pull request #7159 from chrismeyersfsu/fix-5645

do not accept array as extra_vars
This commit is contained in:
Chris Meyers
2017-07-20 09:16:22 -04:00
committed by GitHub
3 changed files with 42 additions and 4 deletions

View File

@@ -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',