From 31dbd2fc7595d709e41523f3586dfdc02feb07dd Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 29 Jul 2015 11:26:10 +0200 Subject: use netlib http semantics --- test/test_pathoc.py | 2 +- test/test_pathod.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 56671109..54590174 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -301,4 +301,4 @@ class TestDaemonHTTP2(_TestDaemon): ) c.connect() resp = c.request("get:/p/200") - assert resp.status_code == "200" + assert resp.status_code == 200 diff --git a/test/test_pathod.py b/test/test_pathod.py index 1f127586..c25de41f 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -284,4 +284,4 @@ class TestHTTP2(tutils.DaemonTests): def test_http2(self): r, _ = self.pathoc(["GET:/"], ssl=True, use_http2=True) - assert r[0].status_code == "800" + assert r[0].status_code == 800 -- cgit v1.2.3