Fix blueprint route for ""
This commit is contained in:
parent
3fd7abec3c
commit
f7a3bdc6db
2 changed files with 5 additions and 1 deletions
|
|
@ -116,6 +116,7 @@ def test_blueprint_app_error_handling(app, client):
|
|||
|
||||
|
||||
@pytest.mark.parametrize(('prefix', 'rule', 'url'), (
|
||||
('/foo', '', '/foo'),
|
||||
('/foo/', '/bar', '/foo/bar'),
|
||||
('/foo/', 'bar', '/foo/bar'),
|
||||
('/foo', '/bar', '/foo/bar'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue