From 88b89a04b1e2aabdfc692c2143223da31ba5c03d Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Fri, 6 Nov 2015 12:08:28 +0200 Subject: [PATCH] Fix pylint in the new test --- letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py b/letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py index 4224749bf..2e335ea00 100644 --- a/letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py +++ b/letsencrypt-apache/letsencrypt_apache/tests/configurator_test.py @@ -179,6 +179,7 @@ class TwoVhost80Test(util.ApacheTest): self.config._find_best_vhost("example.demo"), self.vh_truth[2]) def test_without_modmacro(self): + # pylint: disable=protected-access self.assertEqual(len(self.vh_truth)-1, len(self.config._without_modmacro(self.vh_truth)))