mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pip test
This commit is contained in:
parent
34bf66c09f
commit
0197c3e973
1 changed files with 1 additions and 1 deletions
|
@ -289,6 +289,6 @@ class PipStateTest(TestCase, SaltReturnAssertsMixin, LoaderModuleMockMixin):
|
|||
editable=['.'])
|
||||
self.assertSaltTrueReturn({'test': ret})
|
||||
self.assertInSaltComment(
|
||||
'packages are already installed',
|
||||
'successfully installed',
|
||||
{'test': ret}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue