From a2124fbd4a6f2c992ad8b0e61ff86e3d8148baa1 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Mon, 18 Mar 2019 19:50:59 +0200 Subject: [PATCH] Make linter happy --- certbot-apache/certbot_apache/tests/centos6_test.py | 2 ++ 1 file changed, 2 insertions(+) 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" ))