mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix wart in file state test
This commit is contained in:
parent
71d4465b6c
commit
e84e60857c
1 changed files with 1 additions and 2 deletions
|
@ -2257,8 +2257,7 @@ class FileTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
else:
|
||||
self.assertEqual(
|
||||
ret['some-utf8-file-content-test']['comment'],
|
||||
'Command "{0} "{1}"" run'.format(
|
||||
'type' if salt.utils.platform.is_windows() else 'cmd',
|
||||
'Command "cat "{1}"" run'.format(
|
||||
test_file_encoded
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue