mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:05:55 +02:00
lint
This commit is contained in:
@@ -115,7 +115,7 @@ class ClientTest(unittest.TestCase):
|
||||
test_csr = le_util.CSR(form="der", file=None, data=CSR_SAN)
|
||||
with mock.patch("letsencrypt.client.le_util.CSR") as mock_CSR:
|
||||
mock_CSR.return_value = test_csr
|
||||
self.client.config.domains=self.eg_domains
|
||||
self.client.config.domains = self.eg_domains
|
||||
self.assertEqual(
|
||||
(mock.sentinel.certr, mock.sentinel.chain),
|
||||
self.client.obtain_certificate_from_csr(mock_process_domain))
|
||||
|
||||
Reference in New Issue
Block a user