mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Fix a test
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user