mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing expected test results.
This commit is contained in:
parent
2c937dc14e
commit
3d2f305053
1 changed files with 1 additions and 1 deletions
|
@ -1263,7 +1263,7 @@ class StateModuleTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
ret = self.run_function('state.sls', mods='requisites.use_no_state_module')
|
||||
self.assertReturnNonEmptySaltType(ret)
|
||||
for item, descr in six.iteritems(ret):
|
||||
self.assertEqual(descr['comment'], 'onlyif execution failed')
|
||||
self.assertEqual(descr['comment'], 'onlyif condition is false')
|
||||
|
||||
def test_get_file_from_env_in_top_match(self):
|
||||
tgt = os.path.join(TMP, 'prod-cheese-file')
|
||||
|
|
Loading…
Add table
Reference in a new issue