mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Changed underlying error message to be more concise
This commit is contained in:
parent
43aad7ba59
commit
49f4ae324f
@ -554,7 +554,7 @@ fi
|
||||
result = {}
|
||||
ret = self.run_function('state.sls', mods='requisites.require_simple_nolist')
|
||||
self.assertEqual(ret, [
|
||||
'The require or watch statement in state "B" in sls '
|
||||
'The require statement in state "B" in sls '
|
||||
+ '"requisites.require_simple_nolist" needs to be formed as a list'
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user