diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-20 20:44:58 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-08-20 20:44:58 +0200 |
commit | 00ed982ea0c802f980732f846955264935d65689 (patch) | |
tree | 4d2f2f393af51a151c14f8c3ee6eea2dba1a0112 | |
parent | 53f2582313ce5e8d1c875bea8b3f1a270db35b5b (diff) | |
download | mitmproxy-00ed982ea0c802f980732f846955264935d65689.tar.gz mitmproxy-00ed982ea0c802f980732f846955264935d65689.tar.bz2 mitmproxy-00ed982ea0c802f980732f846955264935d65689.zip |
cleanup
-rw-r--r-- | test/http/http2/test_protocol.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/http/http2/test_protocol.py b/test/http/http2/test_protocol.py index fc0fe487..fb1f460e 100644 --- a/test/http/http2/test_protocol.py +++ b/test/http/http2/test_protocol.py @@ -328,7 +328,6 @@ class TestReadRequestRelative(tservers.ServerTestBase): protocol = HTTP2Protocol(c, is_server=True) protocol.connection_preface_performed = True - "OPTIONS *" req = protocol.read_request() assert req.form_in == "relative" |