mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
making messaging in tests match new return
This commit is contained in:
parent
bc4b0e7cda
commit
99d2c360ed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue