diff options
author | lilydjwg <lilydjwg@gmail.com> | 2016-03-14 22:17:12 +0800 |
---|---|---|
committer | lilydjwg <lilydjwg@gmail.com> | 2016-03-14 22:17:12 +0800 |
commit | 20ec502032cc360132ee2e3de72c66f75de33ad8 (patch) | |
tree | 347a9ddc7ea25ef1b3d74449ba39a6d4be5afd10 | |
parent | e9bff5ac565f4d8e9e9db224ee5f95684dd4c049 (diff) | |
download | mitmproxy-20ec502032cc360132ee2e3de72c66f75de33ad8.tar.gz mitmproxy-20ec502032cc360132ee2e3de72c66f75de33ad8.tar.bz2 mitmproxy-20ec502032cc360132ee2e3de72c66f75de33ad8.zip |
fix tests for "sock_address"
-rw-r--r-- | test/mitmproxy/tutils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/tutils.py b/test/mitmproxy/tutils.py index edcdf3e2..99e83247 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, |