mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Remove response argument from exception and fix eror messages.
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ class Client(object): # pylint: disable=too-many-instance-attributes
|
||||
new_authzr_uri = response.links['next']['url']
|
||||
|
||||
if new_authzr_uri is None:
|
||||
raise errors.ClientError(response, 'missing "new_authrz_uri"')
|
||||
raise errors.ClientError('"next" link missing')
|
||||
|
||||
return messages.RegistrationResource(
|
||||
body=messages.Registration.from_json(response.json()),
|
||||
|
||||
Reference in New Issue
Block a user