Fix expected comment in testcase states.pip.PipStateTest.test_pip_installed_weird_install.

This commit is contained in:
Pedro Algarvio 2013-03-12 04:03:12 +00:00
parent 0783a76c2a
commit acb866762e

View File

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