Fix a test

This commit is contained in:
Peter Eckersley 2016-07-29 17:28:22 -07:00
parent e1f560dca3
commit 89758decbb

View file

@ -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])