Skip to content

Commit b3b3559

Browse files
committed
Nit: Add streaming_query assert to test_router
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
1 parent be7362b commit b3b3559

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/app/test_routers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
health,
1313
config,
1414
feedback,
15+
streaming_query,
1516
) # noqa:E402
1617

1718

@@ -41,3 +42,4 @@ def test_include_routers() -> None:
4142
assert health.router in app.routers
4243
assert config.router in app.routers
4344
assert feedback.router in app.routers
45+
assert streaming_query.router in app.routers

0 commit comments

Comments
 (0)