diff --git a/certbot-apache/certbot_apache/tests/centos6_test.py b/certbot-apache/certbot_apache/tests/centos6_test.py index 826bf2503..7ee927248 100644 --- a/certbot-apache/certbot_apache/tests/centos6_test.py +++ b/certbot-apache/certbot_apache/tests/centos6_test.py @@ -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" ))