This commit is contained in:
Peter Eckersley
2016-07-27 16:55:23 -07:00
parent d55580025f
commit 9e9c4dfcf5
@@ -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']]
]