Remove redundant OCSPTestOpenSSL.tearDown (#9599)

This commit is contained in:
Mads Jensen
2023-02-27 15:45:19 -08:00
committed by GitHub
parent 72be7999ed
commit 34e6b1e74d
-3
View File
@@ -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')