mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
[#4535] - Unwrap max retries exceeded errors
This commit is contained in:
parent
b3216727da
commit
a8e1df6e55
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.',"
|
||||
self.assertEqual("('Connection aborted.', "
|
||||
"error(111, 'Connection refused'))", str(z))
|
||||
|
||||
class ClientNetworkWithMockedResponseTest(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue