From 1f4536d06140462029a4be3cdc75dd2d88b9da2b Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 21 Dec 2020 12:46:53 -0800 Subject: [PATCH] add missing paren --- certbot-ci/certbot_integration_tests/utils/acme_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-ci/certbot_integration_tests/utils/acme_server.py b/certbot-ci/certbot_integration_tests/utils/acme_server.py index 425ffb024..bbbdd196b 100755 --- a/certbot-ci/certbot_integration_tests/utils/acme_server.py +++ b/certbot-ci/certbot_integration_tests/utils/acme_server.py @@ -59,7 +59,7 @@ class ACMEServer(object): if http_01_port != DEFAULT_HTTP_01_PORT: if self._acme_type != 'pebble' or self._proxy: raise ValueError('setting http_01_port is not currently supported ' - 'with boulder or the HTTP proxy' + 'with boulder or the HTTP proxy') def start(self): """Start the test stack"""