mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
change pkg name to less for suse
This commit is contained in:
parent
d6f669623c
commit
910f0d9ffc
1 changed files with 2 additions and 2 deletions
|
@ -191,9 +191,9 @@ class PkgModuleTest(integration.ModuleCase,
|
|||
self.assertIn('rpm', keys)
|
||||
self.assertIn('yum', keys)
|
||||
elif os_family == 'Suse':
|
||||
ret = self.run_function(func, ['bash-completion', 'zypper'])
|
||||
ret = self.run_function(func, ['less', 'zypper'])
|
||||
keys = ret.keys()
|
||||
self.assertIn('bash-completion', keys)
|
||||
self.assertIn('less', keys)
|
||||
self.assertIn('zypper', keys)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue