From 67d2993339cb81ff61509c57807df77dde436a3d Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 3 May 2015 12:59:21 +1200 Subject: Lower-case rather than upper-case to canonicalize names Marginally less finicky --- test/test_pathoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_pathoc.py') diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 8d0d5972..466081cd 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -162,7 +162,7 @@ class TestDaemon(_TestDaemon): def test_showreq(self): reqs = ["get:/api/info:p0,0", "get:/api/info:p0,0"] - assert self.tval(reqs, showreq=True).count("GET /api") == 2 + assert self.tval(reqs, showreq=True).count("get /api") == 2 assert self.tval( reqs, showreq=True, hexdump=True ).count("0000000000") == 2 -- cgit v1.2.3