aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-03-15 23:28:08 +0100
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-03-15 23:28:08 +0100
commit0ab9e60168a2b0ee305ebff47b0532ea7acfecee (patch)
tree09a5f3caeb9edd5279752ff8a9596167a0d4ec14 /test
parent4604c25c6055a37e5f25a238d2a089759bd5d98a (diff)
parenteecadadce3defaeab955310ad77c874ec9aead5e (diff)
downloadmitmproxy-0ab9e60168a2b0ee305ebff47b0532ea7acfecee.tar.gz
mitmproxy-0ab9e60168a2b0ee305ebff47b0532ea7acfecee.tar.bz2
mitmproxy-0ab9e60168a2b0ee305ebff47b0532ea7acfecee.zip
Merge pull request #1019 from lilydjwg/master
add resolved IP address in "Details" tab
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/tutils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/tutils.py b/test/mitmproxy/tutils.py
index edcdf3e2..0d65df71 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),
+ peer_address=None,
cert=None,
timestamp_start=1,
timestamp_tcp_setup=2,