aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2013-08-17 13:28:24 +0200
committerMaximilian Hils <git@maximilianhils.com>2013-08-17 13:28:24 +0200
commita558c016d4430b67d221a369abe0cde1f4a40fce (patch)
treea22244af827cc500dd87db640c333e10173c0543 /test
parentaeb89582364947134717d56d168c233c0583de0f (diff)
parentf850bdd8483907b297804ab0f8d07ff1cb456ff5 (diff)
downloadmitmproxy-a558c016d4430b67d221a369abe0cde1f4a40fce.tar.gz
mitmproxy-a558c016d4430b67d221a369abe0cde1f4a40fce.tar.bz2
mitmproxy-a558c016d4430b67d221a369abe0cde1f4a40fce.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'test')
-rw-r--r--test/test_proxy.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py
index c5640d8a..85be82cb 100644
--- a/test/test_proxy.py
+++ b/test/test_proxy.py
@@ -116,9 +116,6 @@ class TestProcessProxyOptions:
self.assert_noerr("--client-certs", confdir)
self.assert_err("directory does not exist", "--client-certs", "nonexistent")
- self.assert_noerr("--dummy-certs", confdir)
- self.assert_err("directory does not exist", "--dummy-certs", "nonexistent")
-
def test_auth(self):
p = self.assert_noerr("--nonanonymous")
assert p.authenticator