diff --git a/certbot-nginx/certbot_nginx/tests/configurator_test.py b/certbot-nginx/certbot_nginx/tests/configurator_test.py index fa130fc4e..fede3bc08 100644 --- a/certbot-nginx/certbot_nginx/tests/configurator_test.py +++ b/certbot-nginx/certbot_nginx/tests/configurator_test.py @@ -415,7 +415,7 @@ class NginxConfiguratorTest(util.NginxTest): def test_redirect_enhance(self): expected = [ - ['if', '($scheme != "https")'], + ['if', '($scheme != "https") '], [['return', '301 https://$host$request_uri']] ]