Skip to content

Commit 7184e7d

Browse files
author
Matei Albu
committed
fixup! Let dpkg.info expose package status
integration test
1 parent 088f20c commit 7184e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/modules/test_pkg.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ def test_pkg_info(self, grains):
240240
func = 'pkg.info_installed'
241241

242242
if grains['os_family'] == 'Debian':
243-
ret = self.run_function(func, ['bash-completion', 'dpkg'])
243+
ret = self.run_function(func, ['bash', 'dpkg'])
244244
keys = ret.keys()
245-
self.assertIn('bash-completion', keys)
245+
self.assertIn('bash', keys)
246246
self.assertIn('dpkg', keys)
247247
elif grains['os_family'] == 'RedHat':
248248
ret = self.run_function(func, ['rpm', 'bash'])

0 commit comments

Comments
 (0)