From 25cb9471f08333cf93ba6cb23079a1c4876292af Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 20 Jan 2013 22:39:28 +1300 Subject: Add tests for client certificate support. --- test/tutils.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index 2dc4c090..9868c778 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -116,9 +116,8 @@ class ProxTestBase: """ return self.server.urlbase - def log(self): - pthread = self.proxy - return pthread.tmaster.log + def last_log(self): + return self.server.last_log() class HTTPProxTest(ProxTestBase): -- cgit v1.2.3