mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #6590 from terminalmage/pip-test-fix
Update assert in test_pip_installed_weird_install
This commit is contained in:
commit
8cc128bfd1
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,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…
Add table
Reference in a new issue