From 0969b08abec85d44a045c867ee59e14e5bf4c32a Mon Sep 17 00:00:00 2001 From: John Mahoney Date: Fri, 18 Apr 2025 16:00:42 -0500 Subject: [PATCH] Add newline at end --- tests/test_ws_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ws_router.py b/tests/test_ws_router.py index 3b24c04ff..7c0fc7ab3 100644 --- a/tests/test_ws_router.py +++ b/tests/test_ws_router.py @@ -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"] \ No newline at end of file + assert route.tags == ["test"]