mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint
This commit is contained in:
parent
f07c7ea792
commit
73ad8a2bfc
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ class RpmTestCase(TestCase):
|
|||
with patch('salt.modules.rpm.rpm.labelCompare', MagicMock(return_value=0)):
|
||||
self.assertEqual(0, rpm.version_cmp('1', '2')) # mock returns 0, which means RPM was called
|
||||
|
||||
|
||||
@patch('salt.modules.rpm.HAS_RPM', False)
|
||||
def test_version_cmp_fallback(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue