Skip to content

Commit

Permalink
Remove redundant OCSPTestOpenSSL.tearDown (#9599)
Browse files Browse the repository at this point in the history
  • Loading branch information
atombrella committed Feb 27, 2023
1 parent 72be799 commit 34e6b1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions certbot/tests/ocsp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def setUp(self):
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')
Expand Down

0 comments on commit 34e6b1e

Please sign in to comment.