From e40482576ca5b03f7c65332b8f1409366f7adbd9 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 18 Nov 2012 09:04:49 +1300 Subject: Add disconnect specifiers to test suite. Fixes hangs seen in test suite with recent versions of requetss. --- test/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_app.py') diff --git a/test/test_app.py b/test/test_app.py index b3194052..6fc64dbe 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -24,7 +24,7 @@ class TestApp(tutils.DaemonTests): def test_log(self): assert self.getpath("/log").status_code == 200 - assert self.get("200").status_code == 200 + assert self.get("200:da").status_code == 200 id = self.d.log()[0]["id"] assert self.getpath("/log").status_code == 200 assert self.getpath("/log/%s"%id).status_code == 200 -- cgit v1.2.3