mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Fix expected comment in testcase states.pip.PipStateTest.test_pip_installed_weird_install
.
This commit is contained in:
parent
0783a76c2a
commit
acb866762e
@ -88,7 +88,7 @@ class PipStateTest(integration.ModuleCase, integration.SaltReturnAssertsMixIn):
|
||||
continue
|
||||
self.assertEqual(
|
||||
ret[key]['comment'],
|
||||
'There was no error installing package \'carbon\' '
|
||||
'There was no error installing package \'"carbon"\' '
|
||||
'although it does not show when calling \'pip.freeze\'.'
|
||||
)
|
||||
finally:
|
||||
|
Loading…
Reference in New Issue
Block a user