mirror of
https://github.com/certbot/certbot.git
synced 2026-04-08 18:48:48 -04:00
client test
This commit is contained in:
parent
dea43e90b6
commit
df50f2d5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue