mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
missed removing changes in the next test
This commit is contained in:
parent
ac0b5ec440
commit
a7d3d668f4
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ class FileTestCase(TestCase):
|
|||
with patch.object(os.path, 'isdir', mock_f):
|
||||
comt = ('No directory to create {0} in'
|
||||
.format(name))
|
||||
ret.update({'comment': comt, 'result': False})
|
||||
ret.update({'comment': comt, 'result': False, 'changes': {}})
|
||||
self.assertDictEqual(filestate.directory
|
||||
(name, user=user, group=group),
|
||||
ret)
|
||||
|
|
Loading…
Add table
Reference in a new issue