Modify comment syntax error
This commit is contained in:
parent
cc66213e57
commit
08cd375108
14 changed files with 24 additions and 24 deletions
|
|
@ -1346,7 +1346,7 @@ def test_url_generation(app, req_ctx):
|
|||
|
||||
|
||||
def test_build_error_handler(app):
|
||||
# Test base case, a URL which results in a BuildError.
|
||||
# Test base case, an URL which results in a BuildError.
|
||||
with app.test_request_context():
|
||||
pytest.raises(BuildError, flask.url_for, "spam")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue