Update test to reflect new state comment

This commit is contained in:
Erik Johnson 2017-02-23 11:21:33 -06:00
parent 650dbaca4e
commit cbdf905b9f

View file

@ -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
)