mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add handler.messages back in for test comparison
This commit is contained in:
parent
9911b04208
commit
3f19b247f3
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ class VirtualenvTestCase(TestCase):
|
|||
self.assertIn(
|
||||
'INFO:--never-download was deprecated in 1.10.0, '
|
||||
'but reimplemented in 14.0.0. If this feature is needed, '
|
||||
'please install a supported virtualenv version.'
|
||||
'please install a supported virtualenv version.',
|
||||
handler.messages
|
||||
)
|
||||
|
||||
def test_issue_6031_multiple_extra_search_dirs(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue