mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix pylint
This commit is contained in:
parent
9e2c3f7991
commit
d18f1a55a7
1 changed files with 1 additions and 1 deletions
|
@ -110,5 +110,5 @@ class HighstateReturnerTestCase(TestCase, LoaderModuleMockMixin):
|
|||
}
|
||||
]
|
||||
highstate.returner(ret)
|
||||
with open(self.output_file) as fh_:
|
||||
with salt.utils.fopen(self.output_file) as fh_:
|
||||
self.assertEqual(json.load(fh_), expected)
|
||||
|
|
Loading…
Add table
Reference in a new issue