mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix some more lint
This commit is contained in:
parent
421dc97957
commit
9be45fe37a
2 changed files with 3 additions and 3 deletions
|
@ -237,4 +237,4 @@ class WinDismTestCase(TestCase):
|
|||
|
||||
if __name__ == '__main__':
|
||||
from integration import run_tests
|
||||
run_tests(DISMTestCase, needs_daemon=False)
|
||||
run_tests(WinDismTestCase, needs_daemon=False)
|
||||
|
|
|
@ -271,7 +271,7 @@ class WinDismTestCase(TestCase):
|
|||
|
||||
mock_removed = MagicMock(
|
||||
side_effect=[['Feat1', 'Feat2'], ['Feat1']])
|
||||
mock_remove= MagicMock(
|
||||
mock_remove = MagicMock(
|
||||
return_value={'retcode': 0})
|
||||
|
||||
with patch.dict(
|
||||
|
@ -516,4 +516,4 @@ class WinDismTestCase(TestCase):
|
|||
|
||||
if __name__ == '__main__':
|
||||
from integration import run_tests
|
||||
run_tests(DISMTestCase, needs_daemon=False)
|
||||
run_tests(WinDismTestCase, needs_daemon=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue