aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_proxy.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-07-19 14:51:12 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-07-19 16:25:09 +1200
commitbe081a24bc1e1d7cd740289775b6de8e1ece2372 (patch)
treec2449b8a8aec5b1511e30153e5c710dbc9ae5641 /test/mitmproxy/test_proxy.py
parent5cfe783b6c38b9fa6473e57b9567149146829108 (diff)
downloadmitmproxy-be081a24bc1e1d7cd740289775b6de8e1ece2372.tar.gz
mitmproxy-be081a24bc1e1d7cd740289775b6de8e1ece2372.tar.bz2
mitmproxy-be081a24bc1e1d7cd740289775b6de8e1ece2372.zip
ProxyConf: auth_* into Options
Diffstat (limited to 'test/mitmproxy/test_proxy.py')
-rw-r--r--test/mitmproxy/test_proxy.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/mitmproxy/test_proxy.py b/test/mitmproxy/test_proxy.py
index 5cceb8c2..4127a889 100644
--- a/test/mitmproxy/test_proxy.py
+++ b/test/mitmproxy/test_proxy.py
@@ -103,7 +103,11 @@ class TestProcessProxyOptions:
# self.assert_err("mutually exclusive", "-R", "http://localhost", "-T")
def test_socks_auth(self):
- self.assert_err("Proxy Authentication not supported in SOCKS mode.", "--socks", "--nonanonymous")
+ self.assert_err(
+ "Proxy Authentication not supported in SOCKS mode.",
+ "--socks",
+ "--nonanonymous"
+ )
def test_client_certs(self):
with tutils.tmpdir() as cadir: