mirror of https://github.com/tiangolo/fastapi.git
Add newline at end
This commit is contained in:
parent
3da3827227
commit
0969b08abe
|
|
@ -282,4 +282,4 @@ def test_websocket_tags():
|
|||
Verify that it is possible to add tags to websocket routes
|
||||
"""
|
||||
route = next(route for route in app.routes if route.name == 'test-tags')
|
||||
assert route.tags == ["test"]
|
||||
assert route.tags == ["test"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue