From 20ec502032cc360132ee2e3de72c66f75de33ad8 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Mon, 14 Mar 2016 22:17:12 +0800 Subject: [PATCH] fix tests for "sock_address" --- test/mitmproxy/tutils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mitmproxy/tutils.py b/test/mitmproxy/tutils.py index edcdf3e21..99e832479 100644 --- a/test/mitmproxy/tutils.py +++ b/test/mitmproxy/tutils.py @@ -93,6 +93,7 @@ def tserver_conn(): c = ServerConnection.from_state(dict( address=dict(address=("address", 22), use_ipv6=True), source_address=dict(address=("address", 22), use_ipv6=True), + sock_address=None, cert=None, timestamp_start=1, timestamp_tcp_setup=2,