mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
fix it
This commit is contained in:
parent
1155e1b0c1
commit
5c20f640a0
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ class RenewalTest(test_util.ConfigTestCase):
|
|||
|
||||
from certbot._internal import renewal
|
||||
lineage_config = copy.deepcopy(self.config)
|
||||
renewal.reconstitute(lineage_config, rc_path)
|
||||
renewal._reconstitute(lineage_config, rc_path)
|
||||
assert lineage_config.key_type == 'rsa'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue