mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
remove unnecessary variable for test
This commit is contained in:
parent
acb14fd43d
commit
df0ad54c9a
@ -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…
Reference in New Issue
Block a user