Add newline at end

This commit is contained in:
John Mahoney 2025-04-18 16:00:42 -05:00
parent 3da3827227
commit 0969b08abe
1 changed files with 1 additions and 1 deletions

View File

@ -282,4 +282,4 @@ def test_websocket_tags():
Verify that it is possible to add tags to websocket routes Verify that it is possible to add tags to websocket routes
""" """
route = next(route for route in app.routes if route.name == 'test-tags') route = next(route for route in app.routes if route.name == 'test-tags')
assert route.tags == ["test"] assert route.tags == ["test"]