From d8b79e99829d307dd9cd8dc03872c90236ca173f Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 19 Apr 2015 10:12:15 +1200 Subject: Scripts to reproducibly generate the test certificate --- test/test_pathod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pathod.py') diff --git a/test/test_pathod.py b/test/test_pathod.py index 09aaca8e..c966222f 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -70,7 +70,7 @@ class TestCustomCert(tutils.DaemonTests): r = self.pathoc(r"get:/p/202") assert r.status_code == 202 assert r.sslinfo - assert "Widgits" in str(r.sslinfo.certchain[0].get_subject()) + assert "test.com" in str(r.sslinfo.certchain[0].get_subject()) class TestSSLCN(tutils.DaemonTests): -- cgit v1.2.3