diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-29 11:26:10 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2015-07-30 19:42:48 +0200 |
commit | 31dbd2fc7595d709e41523f3586dfdc02feb07dd (patch) | |
tree | e21889f43750cb979424dcd928510c7bd94efacb /test/test_pathoc.py | |
parent | d301f55bb7df5d4f8156153a36fd600c04b77115 (diff) | |
download | mitmproxy-31dbd2fc7595d709e41523f3586dfdc02feb07dd.tar.gz mitmproxy-31dbd2fc7595d709e41523f3586dfdc02feb07dd.tar.bz2 mitmproxy-31dbd2fc7595d709e41523f3586dfdc02feb07dd.zip |
use netlib http semantics
Diffstat (limited to 'test/test_pathoc.py')
-rw-r--r-- | test/test_pathoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 56671109..54590174 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -301,4 +301,4 @@ class TestDaemonHTTP2(_TestDaemon): ) c.connect() resp = c.request("get:/p/200") - assert resp.status_code == "200" + assert resp.status_code == 200 |