mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update test to reflect new state comment
This commit is contained in:
parent
650dbaca4e
commit
cbdf905b9f
1 changed files with 1 additions and 1 deletions
|
@ -1775,7 +1775,7 @@ class FileTest(integration.ModuleCase, integration.SaltReturnAssertsMixIn):
|
|||
src_file, ret = self.do_patch('hello_dolly')
|
||||
self.assertSaltFalseReturn(ret)
|
||||
self.assertInSaltComment(
|
||||
'File {0} hash mismatch after patch was applied'.format(src_file),
|
||||
'Hash mismatch after patch was applied',
|
||||
ret
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue