diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-04-22 18:37:46 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-04-22 18:37:46 +0300 |
commit | 1c56579ebdc1de513f4acfd6c9d8596675716e30 (patch) | |
tree | aa44a58cabfae47beb798b6adcd98ecf09f15fcc | |
parent | c1a3b06d03c01e4ed40018944b90e6347ebf77d7 (diff) | |
download | unit-1c56579ebdc1de513f4acfd6c9d8596675716e30.tar.gz unit-1c56579ebdc1de513f4acfd6c9d8596675716e30.tar.bz2 |
Tests: fixed naming.
-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( |