From bb2ce689a91de64d4e6b2191760399255f9eba6a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 17 Aug 2014 23:06:25 +0200 Subject: adjust to netlib changes --- test/test_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_proxy.py b/test/test_proxy.py index 31a6aa19..2ff01acc 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -92,7 +92,7 @@ class TestProcessProxyOptions: p = self.assert_noerr("--htpasswd", tutils.test_data.path("data/htpasswd")) assert p.authenticator - self.assert_err("invalid htpasswd file", "--htpasswd", tutils.test_data.path("data/htpasswd.invalid")) + self.assert_err("malformed htpasswd file", "--htpasswd", tutils.test_data.path("data/htpasswd.invalid")) p = self.assert_noerr("--singleuser", "test:test") assert p.authenticator -- cgit v1.2.3