mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
Added linter exception
This commit is contained in:
@@ -128,7 +128,7 @@ class MultipleVhostsTest(util.ApacheTest):
|
||||
def test_get_bad_path(self):
|
||||
from certbot_apache.configurator import get_file_path
|
||||
self.assertEqual(get_file_path(None), None)
|
||||
self.assertEqual(self.config._create_vhost("nonexistent"), None)
|
||||
self.assertEqual(self.config._create_vhost("nonexistent"), None) # pylint: disable=protected-access
|
||||
|
||||
def test_bad_servername_alias(self):
|
||||
ssl_vh1 = obj.VirtualHost(
|
||||
|
||||
Reference in New Issue
Block a user