mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Switch quotes to make test pass
This commit is contained in:
parent
b1e77d3781
commit
bb70a0e381
@ -543,8 +543,8 @@ fi
|
||||
|
||||
ret = self.run_function('state.sls', mods='requisites.require_error1')
|
||||
self.assertEqual(ret, [
|
||||
'Cannot extend ID W in "base:requisites.require_error1".'
|
||||
+ ' It is not part of the high state.'
|
||||
"Cannot extend ID W in 'base:requisites.require_error1'. "
|
||||
"It is not part of the high state."
|
||||
])
|
||||
|
||||
# issue #8235
|
||||
|
Loading…
Reference in New Issue
Block a user