From 8e67c6f512e53854bec567a0b1cc42bf34b6cedf Mon Sep 17 00:00:00 2001 From: lymanZerga11 Date: Thu, 9 Mar 2017 09:01:37 +0800 Subject: [PATCH] add tests --- test/mitmproxy/addons/test_proxyauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mitmproxy/addons/test_proxyauth.py b/test/mitmproxy/addons/test_proxyauth.py index 8b64a21bf..82517bff3 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')