mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix typo
This commit is contained in:
parent
e4b3bda05d
commit
60d825c56a
1 changed files with 2 additions and 2 deletions
|
|
@ -261,8 +261,8 @@ class MultipleVhostsTest(util.ApacheTest):
|
|||
errors.PluginError, self.config.choose_vhost, "none.com")
|
||||
|
||||
def test_find_best_http_vhost(self):
|
||||
vh = obj.VirtualHost("
|
||||
fp", "ap", set([obj.Addr.fromstring("_default_:80")]), False, True)
|
||||
vh = obj.VirtualHost(
|
||||
"fp", "ap", set([obj.Addr.fromstring("_default_:80")]), False, True)
|
||||
self.config.vhosts = [vh]
|
||||
self.assertEqual(self.config.find_best_http_vhost("foo.bar", False))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue