mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Add user friendly wildcard error for ACMEv1 (#5636)
* add WildcardUnsupportedError * Add friendly unsupported wildcard error msg * correct documentation * add version specifier
This commit is contained in:
@@ -184,7 +184,7 @@ class ClientTest(ClientTestCommon):
|
||||
self.client.obtain_certificate_from_csr(
|
||||
test_csr,
|
||||
orderr=None))
|
||||
auth_handler.handle_authorizations.assert_called_with(self.eg_order)
|
||||
auth_handler.handle_authorizations.assert_called_with(self.eg_order, False)
|
||||
|
||||
# Test for no auth_handler
|
||||
self.client.auth_handler = None
|
||||
|
||||
Reference in New Issue
Block a user