mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix directory unit test
This commit is contained in:
parent
2f865c398e
commit
e8e6a46a2b
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ class TestFileState(TestCase, LoaderModuleMockMixin):
|
|||
else:
|
||||
comt = ('The following files will be changed:\n{0}:'
|
||||
' directory - new\n'.format(name))
|
||||
p_chg = {'/etc/testdir': {'directory': 'new'}}
|
||||
p_chg = {name: {'directory': 'new'}}
|
||||
ret.update({
|
||||
'comment': comt,
|
||||
'result': None,
|
||||
|
|
Loading…
Add table
Reference in a new issue