Update old fopen path with new utils files path

This commit is contained in:
rallytime 2018-04-11 12:44:04 -04:00
parent 590c7fc13f
commit 34a478dfe5
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -383,7 +383,7 @@ class OrchEventTest(ShellCase):
orch_sls = os.path.join(self.base_env, 'test_par_orch.sls')
with salt.utils.fopen(orch_sls, 'w') as fp_:
with salt.utils.files.fopen(orch_sls, 'w') as fp_:
fp_.write(textwrap.dedent('''
{% for count in range(1, 20) %}