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