mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31797 from Ch3LL/fix_pkginfo_test
Change pkg name to less for suse pkg.info_installed test
This commit is contained in:
commit
75dfb2ed40
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