diff options
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r-- | test/test_pathod.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |