mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:14:21 +02:00
Remove redundant OCSPTestOpenSSL.tearDown (#9599)
This commit is contained in:
@@ -37,9 +37,6 @@ class OCSPTestOpenSSL(unittest.TestCase):
|
||||
mock_exists.return_value = True
|
||||
self.checker = ocsp.RevocationChecker(enforce_openssl_binary_usage=True)
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
@mock.patch('certbot.ocsp.logger.info')
|
||||
@mock.patch('certbot.ocsp.subprocess.run')
|
||||
@mock.patch('certbot.util.exe_exists')
|
||||
|
||||
Reference in New Issue
Block a user