mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Remove extra #
This commit is contained in:
parent
19d65c3e2f
commit
202b21f260
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class ComplexParserTest(util.ParserTest):
|
|||
# This is in an IfDefine
|
||||
self.assertTrue("ssl_module" in self.parser.modules)
|
||||
self.assertTrue("mod_ssl.c" in self.parser.modules)
|
||||
#
|
||||
|
||||
def verify_fnmatch(self, arg, hit=True):
|
||||
"""Test if Include was correctly parsed."""
|
||||
from letsencrypt_apache import parser
|
||||
|
|
|
|||
Loading…
Reference in a new issue