File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ async def test_send_message_non_streaming_agent_capability_false(
129129
130130
131131@pytest .mark .asyncio
132- async def test_send_message_callsite_config_overrides_multiple_fields_non_streaming (
132+ async def test_send_message_callsite_config_overrides_non_streaming (
133133 base_client : BaseClient , mock_transport : MagicMock , sample_message : Message
134134):
135135 base_client ._config .streaming = False
@@ -164,7 +164,7 @@ async def test_send_message_callsite_config_overrides_multiple_fields_non_stream
164164
165165
166166@pytest .mark .asyncio
167- async def test_send_message_callsite_config_overrides_multiple_fields_streaming (
167+ async def test_send_message_callsite_config_overrides_streaming (
168168 base_client : BaseClient , mock_transport : MagicMock , sample_message : Message
169169):
170170 base_client ._config .streaming = True
You can’t perform that action at this time.
0 commit comments