Skip to content

Commit b22bfbf

Browse files
authored
Merge pull request #170 from umago/streaming-query-test-router
Nit: Add streaming_query assert to test_router
2 parents 29ab602 + b3b3559 commit b22bfbf

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)