mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
More test fixes
This commit is contained in:
parent
417267d6b3
commit
74180b1da0
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ fi
|
|||
])
|
||||
ret = self.run_function('state.sls', mods='syntax.badlist2')
|
||||
self.assertEqual(ret, [
|
||||
'The state "C" in sls syntax.badlist2 is not formed as a list'
|
||||
'State \'C\' in SLS \'syntax.badlist2\' is not formed as a list'
|
||||
])
|
||||
|
||||
def test_requisites_mixed_require_prereq_use(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue