aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSamoilenko Roman <ttahabatt@gmail.com>2018-01-08 00:05:39 +0200
committerMaximilian Hils <git@maximilianhils.com>2018-01-07 23:05:39 +0100
commit821d76df02f70ccca5623cbc65d02b80e3998704 (patch)
treeab2a699972d07562a443f49f75876f60c8fa60eb /test
parent15f525e86bc4dbbf031439098b753f2ee3c98479 (diff)
downloadmitmproxy-821d76df02f70ccca5623cbc65d02b80e3998704.tar.gz
mitmproxy-821d76df02f70ccca5623cbc65d02b80e3998704.tar.bz2
mitmproxy-821d76df02f70ccca5623cbc65d02b80e3998704.zip
Fix #2767 (#2770)
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 1d05e137..97259d1c 100644
--- a/test/mitmproxy/addons/test_proxyauth.py
+++ b/test/mitmproxy/addons/test_proxyauth.py
@@ -190,7 +190,7 @@ class TestProxyAuth:
with pytest.raises(exceptions.OptionsError):
ctx.configure(up, proxyauth="ldap:test:test:test")
- with pytest.raises(IndexError):
+ with pytest.raises(exceptions.OptionsError):
ctx.configure(up, proxyauth="ldap:fake_serveruid=?dc=example,dc=com:person")
with pytest.raises(exceptions.OptionsError):