mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
lint
This commit is contained in:
parent
d29c637bf9
commit
7c073dbcaf
1 changed files with 0 additions and 3 deletions
|
|
@ -170,7 +170,6 @@ class ClientTest(ClientTestCommon):
|
|||
auth_handler = self.client.auth_handler
|
||||
|
||||
orderr = self.acme.new_order(test_csr.data)
|
||||
authzr = auth_handler.handle_authorizations(orderr, False)
|
||||
self.assertEqual(
|
||||
(mock.sentinel.certr, mock.sentinel.chain),
|
||||
self.client.obtain_certificate_from_csr(
|
||||
|
|
@ -205,7 +204,6 @@ class ClientTest(ClientTestCommon):
|
|||
auth_handler = self.client.auth_handler
|
||||
|
||||
orderr = self.acme.new_order(test_csr.data)
|
||||
authzr = auth_handler.handle_authorizations(orderr, False)
|
||||
self.assertEqual(
|
||||
(mock.sentinel.certr, mock.sentinel.chain),
|
||||
self.client.obtain_certificate_from_csr(
|
||||
|
|
@ -221,7 +219,6 @@ class ClientTest(ClientTestCommon):
|
|||
auth_handler = self.client.auth_handler
|
||||
|
||||
orderr = self.acme.new_order(test_csr.data)
|
||||
authzr = auth_handler.handle_authorizations(orderr, False)
|
||||
self.assertRaises(
|
||||
acme_errors.Error,
|
||||
self.client.obtain_certificate_from_csr,
|
||||
|
|
|
|||
Loading…
Reference in a new issue