diff options
| author | Matthew Shao <me@matshao.com> | 2017-05-19 09:56:52 +0800 |
|---|---|---|
| committer | Matthew Shao <me@matshao.com> | 2017-05-19 09:56:52 +0800 |
| commit | 369e1f1eeebf94951c592ac712f84086e0bc7b41 (patch) | |
| tree | 834c2588b66e5f7a5e66f2183e987f55d8686148 /test | |
| parent | 5df0ddf358367dcd37c934798464ad91f3c7bdf8 (diff) | |
| download | mitmproxy-369e1f1eeebf94951c592ac712f84086e0bc7b41.tar.gz mitmproxy-369e1f1eeebf94951c592ac712f84086e0bc7b41.tar.bz2 mitmproxy-369e1f1eeebf94951c592ac712f84086e0bc7b41.zip | |
[web] Fix minior lint problem.
Diffstat (limited to 'test')
| -rw-r--r-- | test/mitmproxy/tools/web/test_app.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/tools/web/test_app.py b/test/mitmproxy/tools/web/test_app.py index dc5fe733..8a81e0e0 100644 --- a/test/mitmproxy/tools/web/test_app.py +++ b/test/mitmproxy/tools/web/test_app.py @@ -13,6 +13,7 @@ from mitmproxy.test import tflow from mitmproxy.tools.web import app from mitmproxy.tools.web import master as webmaster + def json(resp: httpclient.HTTPResponse): return _json.loads(resp.body.decode()) |
