From 1fa1a99c9ddd271ebcf5062cb8339782aedae80e Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 18 May 2026 14:51:03 -0700 Subject: [PATCH] certbot-ci: lint fixups --- .../src/certbot_integration_tests/certbot_tests/context.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/certbot-ci/src/certbot_integration_tests/certbot_tests/context.py b/certbot-ci/src/certbot_integration_tests/certbot_tests/context.py index 228d1c02b..76262fcd4 100644 --- a/certbot-ci/src/certbot_integration_tests/certbot_tests/context.py +++ b/certbot-ci/src/certbot_integration_tests/certbot_tests/context.py @@ -43,7 +43,8 @@ class IntegrationTestsContext: self.manual_dns_auth_hook_allow_fail = self.generate_dns_auth_hook('_acme-challenge', False) self.manual_dns_cleanup_hook = self.generate_dns_cleanup_hook('_acme-challenge') - self.manual_dns_persist_setup_hook = self.generate_dns_auth_hook('_validation-persist', True) + self.manual_dns_persist_setup_hook = self.generate_dns_auth_hook( + '_validation-persist', True) def generate_dns_auth_hook(self, challenge_subdomain: str, fail_on_subdomain: bool) -> str: """Generates a python one-liner script which sets a DNS challenge TXT record challtestsrv