mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
fix test
This commit is contained in:
@@ -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']]
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user