mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Fix a test
This commit is contained in:
@@ -94,7 +94,8 @@ class NginxConfiguratorTest(util.NginxTest):
|
|||||||
['listen', '127.0.0.1'],
|
['listen', '127.0.0.1'],
|
||||||
['server_name', '.example.com'],
|
['server_name', '.example.com'],
|
||||||
['server_name', 'example.*'],
|
['server_name', 'example.*'],
|
||||||
['listen', '5001 ssl']
|
['listen', '5001 ssl'],
|
||||||
|
['#', ' managed by Certbot']
|
||||||
]]],
|
]]],
|
||||||
parsed[0])
|
parsed[0])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user