aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_server.py')
-rw-r--r--test/test_server.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_server.py b/test/test_server.py
index 74647601..f0000af4 100644
--- a/test/test_server.py
+++ b/test/test_server.py
@@ -71,9 +71,10 @@ class TestHTTP(tutils.HTTPProxTest, SanityMixin):
class TestHTTPS(tutils.HTTPProxTest, SanityMixin):
ssl = True
- # FIXME: Instrument pathod to actually test that client cert is being sent
- # correctly.
clientcerts = True
+ def test_clientcert(self):
+ f = self.pathod("304")
+ assert self.last_log()["request"]["clientcert"]["keyinfo"]
class TestReverse(tutils.ReverseProxTest, SanityMixin):