mirror of
https://github.com/certbot/certbot.git
synced 2026-04-09 11:08:43 -04:00
[#4535] - Unwrap max retries exceeded errors
This commit is contained in:
parent
f7dedae388
commit
2e7ec00e8c
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ class ClientNetworkTest(unittest.TestCase):
|
|||
|
||||
# Requests Library Exceptions
|
||||
except requests.exceptions.ConnectionError as z: #pragma: no cover
|
||||
self.assertEqual("('Connection aborted.', error(111, 'Connection Refused'))", str(z))
|
||||
self.assertEqual("('Connection aborted.', error(111, 'Connection refused'))", str(z))
|
||||
|
||||
class ClientNetworkWithMockedResponseTest(unittest.TestCase):
|
||||
"""Tests for acme.client.ClientNetwork which mock out response."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue