mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
remove unnecessary variable for test
This commit is contained in:
parent
acb14fd43d
commit
df0ad54c9a
1 changed files with 0 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue