mirror of
https://github.com/certbot/certbot.git
synced 2026-01-27 19:42:53 +03:00
client test
This commit is contained in:
@@ -170,7 +170,7 @@ class ClientTest(ClientTestCommon):
|
||||
auth_handler = self.client.auth_handler
|
||||
|
||||
orderr = self.acme.new_order(test_csr.data)
|
||||
auth_handler.handle_authorizations(orderr)
|
||||
auth_handler.handle_authorizations(orderr, False)
|
||||
self.assertEqual(
|
||||
(mock.sentinel.certr, mock.sentinel.chain),
|
||||
self.client.obtain_certificate_from_csr(
|
||||
|
||||
Reference in New Issue
Block a user