Changed string comparison in pip test to match new confirmation string - ref PR #47734.

This commit is contained in:
Orlando Richards 2018-07-29 21:32:24 +00:00
parent bb5939d6ef
commit 66936b4f41

View file

@ -586,8 +586,7 @@ class PipStateTest(ModuleCase, SaltReturnAssertsMixin):
continue
self.assertEqual(
ret[key]['comment'],
('Python package carbon < 1.3 was already installed\n'
'All specified packages are already installed'))
('All packages were successfully installed'))
break
else:
raise Exception('Expected state did not run')