mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
test was different slightly on 2017.7
This commit is contained in:
parent
d20fc93625
commit
24114e91c1
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ class TestFileState(TestCase, LoaderModuleMockMixin):
|
|||
'comment': comt,
|
||||
'result': None,
|
||||
'pchanges': p_chg,
|
||||
'changes': {'/etc/grub.conf': {'directory': 'new'}}
|
||||
'changes': {'/etc/testdir': {'directory': 'new'}}
|
||||
})
|
||||
self.assertDictEqual(filestate.directory(name,
|
||||
user=user,
|
||||
|
|
Loading…
Add table
Reference in a new issue