Lint fix for win_certutil

This commit is contained in:
Mike Place 2017-06-23 10:11:48 -06:00
parent 8647086de8
commit 00746cafce
No known key found for this signature in database
GPG Key ID: 9136F4F13705CFD3

View File

@ -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)