mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix #1268, this adds the working test for recursive requisite errors
This commit is contained in:
parent
274ba484be
commit
04652619d8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class StateModuleTest(integration.ModuleCase):
|
|||
state.show_sls used to catch a recursive ref
|
||||
'''
|
||||
err = self.run_function('state.sls', mods='recurse_fail')
|
||||
print err
|
||||
self.assertIn('recursive', err[0])
|
||||
|
||||
if __name__ == "__main__":
|
||||
loader = TestLoader()
|
||||
|
|
Loading…
Add table
Reference in a new issue