We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0102259 commit a920f4eCopy full SHA for a920f4e
1 file changed
tests/integrations/openai_agents/test_openai_agents.py
@@ -1313,6 +1313,7 @@ async def test_hosted_mcp_tool_propagation_header_streamed(
1313
),
1314
)
1315
1316
+ # Patching https://github.com/openai/openai-python/blob/656e3cab4a18262a49b961d41293367e45ee71b9/src/openai/_base_client.py#L1604
1317
with patch.object(
1318
agent_with_tool.model._client._client,
1319
"send",
0 commit comments