mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Update storage_test in parallel with last change
This commit is contained in:
parent
6c1447bb99
commit
dd539c5142
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ class RenewableCertTests(BaseRenewableCertTest):
|
|||
|
||||
# Test with error
|
||||
mock_checker.side_effect = ValueError
|
||||
with mock.patch("certbot._internal.storage.logger.error") as logger:
|
||||
with mock.patch("certbot._internal.storage.logger.warning") as logger:
|
||||
self.assertFalse(self.test_rc.ocsp_revoked(version))
|
||||
self.assertEqual(mock_checker.call_args[0][0], expected_cert_path)
|
||||
self.assertEqual(mock_checker.call_args[0][1], expected_chain_path)
|
||||
|
|
|
|||
Loading…
Reference in a new issue