Skip to content

Commit 340b494

Browse files
.
1 parent 2a34bd4 commit 340b494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/openai_agents/test_openai_agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ async def test_hosted_mcp_tool_propagation_headers(
15741574
release="d08ebdb9309e1b004c6f52202de58a09c2268e42",
15751575
)
15761576

1577-
response = get_model_response(EXAMPLE_RESPONSE)
1577+
response = get_model_response(EXAMPLE_RESPONSE, serialize_pydantic=True)
15781578

15791579
with patch.object(
15801580
agent_with_tool.model._client._client,

0 commit comments

Comments
 (0)