diff --git a/certbot-ci/certbot_integration_tests/certbot_tests/context.py b/certbot-ci/certbot_integration_tests/certbot_tests/context.py index 658e864af..7e10fe1da 100644 --- a/certbot-ci/certbot_integration_tests/certbot_tests/context.py +++ b/certbot-ci/certbot_integration_tests/certbot_tests/context.py @@ -124,7 +124,7 @@ class IntegrationTestsContext(object): def wtf(self, subdomain='le'): """ Generate a certificate name suitable for distributed certbot integration tests. - This is a requirement to let the distribution knows how to redirect the challenge check + This is a requirement to let the distribution know how to redirect the challenge check from the ACME server to the relevant pytest-xdist worker. This resolution is done by appending the pytest worker id to the domain, using this pattern: {subdomain}.{worker_id}.wtf