Skip to content

Instantly share code, notes, and snippets.

@bmw
Created March 28, 2023 16:58
Show Gist options
  • Save bmw/9c9705c17f3cc4f8c5a11037351f5335 to your computer and use it in GitHub Desktop.
Save bmw/9c9705c17f3cc4f8c5a11037351f5335 to your computer and use it in GitHub Desktop.
diff --git a/certbot/tests/renewal_test.py b/certbot/tests/renewal_test.py
index 1cc85934e..9e22409d0 100644
--- a/certbot/tests/renewal_test.py
+++ b/certbot/tests/renewal_test.py
@@ -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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment