Merge pull request #6590 from terminalmage/pip-test-fix

Update assert in test_pip_installed_weird_install
This commit is contained in:
Colton Myers 2013-08-08 17:02:48 -07:00
commit 8cc128bfd1

View file

@ -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: