mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
making messaging in tests match new return
This commit is contained in:
parent
bc4b0e7cda
commit
99d2c360ed
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user