mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update tests to handle new return data from states
This commit is contained in:
parent
08cafe2a25
commit
988101cf8d
1 changed files with 1 additions and 2 deletions
|
@ -543,8 +543,7 @@ 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.\nThis is likely due to a missing include statement or an incorrectly typed ID.\nEnsure that a state with an ID of 'W' is available\nin environment 'base' and to SLS 'requisites.require_error1'"
|
||||
])
|
||||
|
||||
# issue #8235
|
||||
|
|
Loading…
Add table
Reference in a new issue