Update for pathod.SSLOptions changes.

This commit is contained in:
Aldo Cortesi 2014-03-02 15:58:53 +13:00
parent a34a483184
commit 863b1e1455

View File

@ -214,7 +214,7 @@ class TestHTTPSNoCommonName(tservers.HTTPProxTest):
ssl = True
ssloptions=pathod.SSLOptions(
certfile = tutils.test_data.path("data/no_common_name.pem"),
cacert = tutils.test_data.path("data/no_common_name.pem"),
keyfile = tutils.test_data.path("data/no_common_name.pem"),
)
def test_http(self):
f = self.pathod("202")