Merge pull request #350 from kennethreitz/cleanup

Cleanup
This commit is contained in:
Taoufik
2019-04-27 13:52:48 +02:00
committed by GitHub
-1
View File
@@ -156,5 +156,4 @@ def test_weight(path_param, expected_weight):
)
def test_custom_specifiers(route, path, expected_result):
r = routes.Route(route, "test_endpoint")
print(r.incoming_matches(path))
assert r.incoming_matches(path) == expected_result