Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Jul 27, 2016
1 parent d555800 commit 9e9c4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot-nginx/certbot_nginx/tests/configurator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def test_get_snakeoil_paths(self):

def test_redirect_enhance(self):
expected = [
['if', '($scheme != "https")'],
['if', '($scheme != "https") '],
[['return', '301 https://$host$request_uri']]
]

Expand Down

0 comments on commit 9e9c4df

Please sign in to comment.