mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 12:04:18 +02:00
Ensure path works across platforms
This commit is contained in:
parent
a9253d3111
commit
e439f616c1
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class TestToolReturnTypes:
|
|||
async with Client(mcp) as client:
|
||||
result = await client.call_tool("path_tool", {})
|
||||
assert isinstance(result[0], TextContent)
|
||||
assert result[0].text == f'"{test_path}"'
|
||||
assert result[0].text == f'"{str(test_path)}"'
|
||||
|
||||
async def test_datetime(self):
|
||||
mcp = FastMCP()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue