aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/http2/test_connections.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-05-28 19:31:43 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-05-28 19:31:43 -0700
commit85aa5da6e3b7d811d316ed692ecd40e5442abe02 (patch)
tree9758079672b57eb7b1ec544e4ae2c2227d3ae6fd /test/netlib/http/http2/test_connections.py
parentb70663f434897c3830ac0ca4c972face484ce064 (diff)
downloadmitmproxy-85aa5da6e3b7d811d316ed692ecd40e5442abe02.tar.gz
mitmproxy-85aa5da6e3b7d811d316ed692ecd40e5442abe02.tar.bz2
mitmproxy-85aa5da6e3b7d811d316ed692ecd40e5442abe02.zip
fix tests
Diffstat (limited to 'test/netlib/http/http2/test_connections.py')
-rw-r--r--test/netlib/http/http2/test_connections.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/netlib/http/http2/test_connections.py b/test/netlib/http/http2/test_connections.py
index 9312576f..139d4fc1 100644
--- a/test/netlib/http/http2/test_connections.py
+++ b/test/netlib/http/http2/test_connections.py
@@ -460,7 +460,7 @@ class TestAssembleRequest(object):
b'',
b'/',
b"HTTP/2.0",
- None,
+ (),
None,
))
assert len(bytes) == 1
@@ -475,7 +475,7 @@ class TestAssembleRequest(object):
b'',
b'/',
b"HTTP/2.0",
- None,
+ (),
None,
)
req.stream_id = 0x42