Skip to content

Commit a920f4e

Browse files
add docstring
1 parent 0102259 commit a920f4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integrations/openai_agents/test_openai_agents.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,6 +1313,7 @@ async def test_hosted_mcp_tool_propagation_header_streamed(
13131313
),
13141314
)
13151315

1316+
# Patching https://github.com/openai/openai-python/blob/656e3cab4a18262a49b961d41293367e45ee71b9/src/openai/_base_client.py#L1604
13161317
with patch.object(
13171318
agent_with_tool.model._client._client,
13181319
"send",

0 commit comments

Comments
 (0)