Changed underlying error message to be more concise

This commit is contained in:
Thomas S Hatch 2013-12-13 15:27:23 -07:00
parent 43aad7ba59
commit 49f4ae324f

View File

@ -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'
])