mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
Add test comment
This commit is contained in:
@@ -118,6 +118,7 @@ class CentOS6Tests(util.ApacheTest):
|
||||
mods = [lm for lm in root_loadmods if self.config.parser.loc["default"] in lm]
|
||||
|
||||
self.assertEqual(len(mods), 1)
|
||||
# [:-7] removes "args[#]" from the path
|
||||
self.assertEqual(
|
||||
self.config.parser.get_all_args(mods[0][:-7]),
|
||||
sslmod_args)
|
||||
|
||||
Reference in New Issue
Block a user