mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pkg group test by passing a list instead of str
Refs integration.states.pkg.PkgTest.test_group_installed_handle_missing_package_group
This commit is contained in:
parent
c7d8867096
commit
ee997be6d8
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ class PkgTest(integration.ModuleCase,
|
|||
|
||||
# Run the pkg.group_installed state with a fake package group
|
||||
ret = self.run_state('pkg.group_installed', name='handle_missing_pkg_group',
|
||||
skip='foo-bar-baz')
|
||||
skip=['foo-bar-baz'])
|
||||
ret_comment = ret['pkg_|-handle_missing_pkg_group_|-handle_missing_pkg_group_|-group_installed']['comment']
|
||||
|
||||
# Not all package managers support group_installed. Skip this test if not supported.
|
||||
|
|
Loading…
Add table
Reference in a new issue