mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update old fopen path with new utils files path
This commit is contained in:
parent
590c7fc13f
commit
34a478dfe5
1 changed files with 1 additions and 1 deletions
|
@ -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) %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue