aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/net
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-01-13 00:43:07 +0100
committerMaximilian Hils <git@maximilianhils.com>2018-01-13 01:49:20 +0100
commitd9e3fcf5ef0c82cba8a28b31f45b01b6c549b203 (patch)
tree5acb1dea238100935ead56a221c8bac30d92cadd /test/mitmproxy/net
parent96a5ed9dff60c245cc74c98e87caf37942cf0ee2 (diff)
downloadmitmproxy-d9e3fcf5ef0c82cba8a28b31f45b01b6c549b203.tar.gz
mitmproxy-d9e3fcf5ef0c82cba8a28b31f45b01b6c549b203.tar.bz2
mitmproxy-d9e3fcf5ef0c82cba8a28b31f45b01b6c549b203.zip
store ClientHello extensions with client connection
Diffstat (limited to 'test/mitmproxy/net')
-rw-r--r--test/mitmproxy/net/test_tls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/net/test_tls.py b/test/mitmproxy/net/test_tls.py
index c67b59cd..489bf89f 100644
--- a/test/mitmproxy/net/test_tls.py
+++ b/test/mitmproxy/net/test_tls.py
@@ -136,7 +136,7 @@ class TestClientHello:
(10, b'\x00\x06\x00\x1d\x00\x17\x00\x18')
]
- def test_from_conn(self):
+ def test_from_file(self):
rfile = io.BufferedReader(io.BytesIO(
FULL_CLIENT_HELLO_NO_EXTENSIONS
))