Skip to content

Commit 32936bd

Browse files
Update tests/server/routes/test_jsonrpc_route.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 0031a0f commit 32936bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/server/routes/test_jsonrpc_route.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_v0_3_compat_flag_routes_to_dispatcher(self, mock_handler):
233233

234234
# Instead of _v03_adapter, the handler handles it or it's dispatcher
235235
with patch.object(
236-
router.dispatcher,
236+
routes.dispatcher,
237237
'_process_non_streaming_request',
238238
new_callable=AsyncMock,
239239
) as mock_handle:

0 commit comments

Comments
 (0)