mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 10:40:10 -04:00
Make linter happy
This commit is contained in:
parent
51343c8e4c
commit
a2124fbd4a
1 changed files with 2 additions and 0 deletions
|
|
@ -184,6 +184,8 @@ class CentOS6Tests(util.ApacheTest):
|
|||
self.assertFalse(post_loadmods)
|
||||
|
||||
def test_no_ifmod_search_false(self):
|
||||
#pylint: disable=no-member
|
||||
|
||||
self.assertFalse(self.config.parser.not_modssl_ifmodule(
|
||||
"/path/does/not/include/ifmod"
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in a new issue