diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-08-17 23:06:25 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-08-17 23:06:25 +0200 |
commit | bb2ce689a91de64d4e6b2191760399255f9eba6a (patch) | |
tree | 7796dbae122b6cf1998aab43f07e4cc46e6cdcf5 /test | |
parent | da3e7c0187e7baaf94359ae428461787df52c19f (diff) | |
download | mitmproxy-bb2ce689a91de64d4e6b2191760399255f9eba6a.tar.gz mitmproxy-bb2ce689a91de64d4e6b2191760399255f9eba6a.tar.bz2 mitmproxy-bb2ce689a91de64d4e6b2191760399255f9eba6a.zip |
adjust to netlib changes
Diffstat (limited to 'test')
-rw-r--r-- | test/test_proxy.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |