Lint fix from sloppy merge conflict resolution

This commit is contained in:
rallytime 2017-10-25 11:58:44 -04:00
parent 1c3cb5c6a4
commit 055b0701de
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -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,