diff --git a/tests/integration/states/pkg.py b/tests/integration/states/pkg.py index fdf12a722366..2fda6f674433 100644 --- a/tests/integration/states/pkg.py +++ b/tests/integration/states/pkg.py @@ -214,7 +214,7 @@ def test_pkg_003_installed_multipkg(self, grains=None): # If this assert fails, we need to find new targets, this test needs to # be able to test successful installation of packages, so these # packages need to not be installed before we run the states below - #self.assertFalse(any(version.values())) + self.assertFalse(any(version.values())) ret = self.run_state('pkg.installed', name=None, pkgs=pkg_targets) self.assertSaltTrueReturn(ret)