aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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