making messaging in tests match new return

This commit is contained in:
Nevins Bartolomeo 2016-10-25 09:38:54 -04:00
parent bc4b0e7cda
commit 99d2c360ed

View File

@ -874,7 +874,7 @@ class FileTestCase(TestCase):
ret.update({'comment': comt})
self.assertDictEqual(filestate.recurse(name, source), ret)
comt = ("The directory 'salt://code/flask' does not exist"
comt = ("The directory 'code/flask' does not exist"
" on the salt fileserver in saltenv 'base'")
ret.update({'comment': comt})
self.assertDictEqual(filestate.recurse(name, source), ret)