Fix pylint in the new test

This commit is contained in:
Joona Hoikkala
2015-11-06 20:13:12 +02:00
parent 93a53d5078
commit 88b89a04b1
@@ -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)))