From 89758decbb2b1b18e8b56c49c73a6cb1c852e5ec Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Fri, 29 Jul 2016 17:28:22 -0700 Subject: [PATCH] Fix a test --- certbot-nginx/certbot_nginx/tests/configurator_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/certbot-nginx/certbot_nginx/tests/configurator_test.py b/certbot-nginx/certbot_nginx/tests/configurator_test.py index a6cd0d588..19dcd157a 100644 --- a/certbot-nginx/certbot_nginx/tests/configurator_test.py +++ b/certbot-nginx/certbot_nginx/tests/configurator_test.py @@ -94,7 +94,8 @@ class NginxConfiguratorTest(util.NginxTest): ['listen', '127.0.0.1'], ['server_name', '.example.com'], ['server_name', 'example.*'], - ['listen', '5001 ssl'] + ['listen', '5001 ssl'], + ['#', ' managed by Certbot'] ]]], parsed[0])