mirror of
https://github.com/certbot/certbot.git
synced 2026-04-22 22:59:39 -04:00
update test to hit new line in configurator
This commit is contained in:
parent
109d6caf65
commit
c8a9da8442
1 changed files with 2 additions and 2 deletions
|
|
@ -746,9 +746,9 @@ class TwoVhost80Test(util.ApacheTest):
|
|||
self.config.parser.modules.add("rewrite_module")
|
||||
mock_exe.return_value = True
|
||||
ssl_vh = obj.VirtualHost(
|
||||
"fp", "ap", set([obj.Addr(("*", "443")),
|
||||
obj.Addr(("satoshi.com",))]),
|
||||
"fp", "ap", set([obj.Addr(("*", "443"))]),
|
||||
True, False)
|
||||
ssl_vh.name = "satoshi.com"
|
||||
self.config.vhosts.append(ssl_vh)
|
||||
self.assertRaises(
|
||||
errors.PluginError,
|
||||
|
|
|
|||
Loading…
Reference in a new issue