diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_routing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_routing.py b/test/test_routing.py index 1328f221..1a1af7cf 100644 --- a/test/test_routing.py +++ b/test/test_routing.py @@ -186,7 +186,7 @@ class TestRouting(TestApplicationProto): self.assertEqual(self.get()['status'], 200, 'method wildcard') - def test_routes_match_host_wildcard_invalid(self): + def test_routes_match_invalid(self): self.assertIn( 'error', self.conf( |