mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Lint fix for win_certutil
This commit is contained in:
parent
8647086de8
commit
00746cafce
@ -92,8 +92,3 @@ class CertUtilTestCase(TestCase, LoaderModuleMockMixin):
|
||||
cmd_mock.assert_called_once_with(
|
||||
'certutil.exe -delstore TrustedPublisher ABCDEF')
|
||||
cache_mock.assert_called_once_with('salt://path/to/file', 'base')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from integration import run_tests
|
||||
run_tests(CertUtilTestCase, needs_daemon=False)
|
||||
|
Loading…
Reference in New Issue
Block a user