aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorlymanZerga11 <lymanZerga11@users.noreply.github.com>2017-03-09 09:01:37 +0800
committerGitHub <noreply@github.com>2017-03-09 09:01:37 +0800
commit8e67c6f512e53854bec567a0b1cc42bf34b6cedf (patch)
treec2f7261ec9f54f79ebf5a69d7b637442480d7f07 /test
parent6d53d08b6c6e55e1ce787ca8f0110351723fc21d (diff)
downloadmitmproxy-8e67c6f512e53854bec567a0b1cc42bf34b6cedf.tar.gz
mitmproxy-8e67c6f512e53854bec567a0b1cc42bf34b6cedf.tar.bz2
mitmproxy-8e67c6f512e53854bec567a0b1cc42bf34b6cedf.zip
add tests
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/addons/test_proxyauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mitmproxy/addons/test_proxyauth.py b/test/mitmproxy/addons/test_proxyauth.py
index 8b64a21b..82517bff 100644
--- a/test/mitmproxy/addons/test_proxyauth.py
+++ b/test/mitmproxy/addons/test_proxyauth.py
@@ -171,4 +171,4 @@ def test_handlers():
f2 = tflow.tflow(client_conn=f.client_conn)
up.requestheaders(f2)
assert not f2.response
- assert f2.metadata["proxyauth"] == ('test','test')
+ assert f2.metadata["proxyauth"] == ('test', 'test')