mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix #1268, this adds the working test for recursive requisite errors
This commit is contained in:
parent
274ba484be
commit
04652619d8
@ -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…
Reference in New Issue
Block a user