mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fix from sloppy merge conflict resolution
This commit is contained in:
parent
1c3cb5c6a4
commit
055b0701de
1 changed files with 2 additions and 2 deletions
|
@ -814,8 +814,8 @@ class TestFileState(TestCase, LoaderModuleMockMixin):
|
|||
ret.update({
|
||||
'comment': comt,
|
||||
'result': None,
|
||||
'pchanges': p_chg
|
||||
'changes': {'/etc/grub.conf': {'directory': 'new'}}})
|
||||
'pchanges': p_chg,
|
||||
'changes': {'/etc/grub.conf': {'directory': 'new'}}
|
||||
})
|
||||
self.assertDictEqual(filestate.directory(name,
|
||||
user=user,
|
||||
|
|
Loading…
Add table
Reference in a new issue