mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Fix a test
This commit is contained in:
parent
e1f560dca3
commit
89758decbb
1 changed files with 2 additions and 1 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue