diff options
author | lymanZerga11 <lymanZerga11@users.noreply.github.com> | 2017-03-09 09:01:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-09 09:01:37 +0800 |
commit | 8e67c6f512e53854bec567a0b1cc42bf34b6cedf (patch) | |
tree | c2f7261ec9f54f79ebf5a69d7b637442480d7f07 | |
parent | 6d53d08b6c6e55e1ce787ca8f0110351723fc21d (diff) | |
download | mitmproxy-8e67c6f512e53854bec567a0b1cc42bf34b6cedf.tar.gz mitmproxy-8e67c6f512e53854bec567a0b1cc42bf34b6cedf.tar.bz2 mitmproxy-8e67c6f512e53854bec567a0b1cc42bf34b6cedf.zip |
add tests
-rw-r--r-- | test/mitmproxy/addons/test_proxyauth.py | 2 |
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') |