Skip to content

Commit 7a985a6

Browse files
Update test_mcp.py
1 parent 8f4f718 commit 7a985a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ async def test_tool_returning_text_resource(allow_model_requests: None, agent: A
444444
async def test_tool_returning_text_resource_link(allow_model_requests: None, agent: Agent):
445445
async with agent:
446446
result = await agent.run('Get me the product name')
447-
assert result.output == snapshot('The product name is "PydanticAI".')
447+
assert result.output == snapshot('The product name is "Pydantic AI".')
448448
assert result.all_messages() == snapshot(
449449
[
450450
ModelRequest(

0 commit comments

Comments
 (0)