mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Changed string comparison in pip test to match new confirmation string - ref PR #47734.
This commit is contained in:
parent
bb5939d6ef
commit
66936b4f41
1 changed files with 1 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue