diff options
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 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 |