From df0ad54c9a94e2a37860fe395f94fa3e5209be9a Mon Sep 17 00:00:00 2001 From: Ch3LL Date: Tue, 23 Jan 2018 11:47:32 -0500 Subject: [PATCH] remove unnecessary variable for test --- tests/integration/modules/test_pkg.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/modules/test_pkg.py b/tests/integration/modules/test_pkg.py index 64505114a8..d88fbd9452 100644 --- a/tests/integration/modules/test_pkg.py +++ b/tests/integration/modules/test_pkg.py @@ -28,7 +28,6 @@ class PkgModuleTest(ModuleCase, SaltReturnAssertsMixin): self.run_function('pkg.refresh_db') os_release = self.run_function('grains.get', ['osrelease']) - os_grain = self.run_function('grains.item', ['os'])['os'] self.pkg = 'htop' if int(os_release.split('.')[1]) >= 13 and salt.utils.is_darwin():