mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 12:02:03 +02:00
Added test case
This commit is contained in:
@@ -128,6 +128,7 @@ class MultipleVhostsTest(util.ApacheTest):
|
|||||||
def test_get_bad_path(self):
|
def test_get_bad_path(self):
|
||||||
from certbot_apache.configurator import get_file_path
|
from certbot_apache.configurator import get_file_path
|
||||||
self.assertEqual(get_file_path(None), None)
|
self.assertEqual(get_file_path(None), None)
|
||||||
|
self.assertEqual(self.config._create_vhost("nonexistent"), None)
|
||||||
|
|
||||||
def test_bad_servername_alias(self):
|
def test_bad_servername_alias(self):
|
||||||
ssl_vh1 = obj.VirtualHost(
|
ssl_vh1 = obj.VirtualHost(
|
||||||
|
|||||||
Reference in New Issue
Block a user