mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix_string_error
This commit is contained in:
parent
c9fa4ed2a7
commit
48e6953e1f
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@ class SPMManTest(ModuleCase):
|
|||
'''
|
||||
cmd = self.run_function('cmd.run', ['man spm'])
|
||||
self.assertIn('Salt Package Manager', cmd)
|
||||
self.assertIn('spm is the frontend command for managing Salt packages.', cmd)
|
||||
self.assertIn('command for managing Salt packages', cmd)
|
||||
|
|
Loading…
Add table
Reference in a new issue