diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-02-24 15:36:35 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-02-24 15:36:35 +1300 |
commit | 69339836c20ed5d495c7f2c8c36064f7c3704325 (patch) | |
tree | 62cdc5d9aa90f114f79cf5b8288195a236096cb6 /test/test_pathod.py | |
parent | 9c9e15341fd38508675b4f0036732a984aeedc3d (diff) | |
download | mitmproxy-69339836c20ed5d495c7f2c8c36064f7c3704325.tar.gz mitmproxy-69339836c20ed5d495c7f2c8c36064f7c3704325.tar.bz2 mitmproxy-69339836c20ed5d495c7f2c8c36064f7c3704325.zip |
Adapt to netlib API changes.
Diffstat (limited to 'test/test_pathod.py')
-rw-r--r-- | test/test_pathod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathod.py b/test/test_pathod.py index 7f3edb63..412d1031 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -39,7 +39,7 @@ class TestTimeout(tutils.DaemonTests): def test_noweb(self): # FIXME: Add float values to spec language, reduce test timeout to # increase test performance - tutils.raises("blank server response", self.pathoc, "get:/:p1,1") + tutils.raises("server disconnect", self.pathoc, "get:/:p1,1") assert self.d.last_log()["type"] == "timeout" |