mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 23:04:25 +01:00
replace inefficient use of to_jsonable_python (#545)
This commit is contained in:
@@ -185,4 +185,4 @@ class TestResourceTemplate:
|
||||
|
||||
assert isinstance(resource, FunctionResource)
|
||||
content = await resource.read()
|
||||
assert content == "hello"
|
||||
assert content == '"hello"'
|
||||
|
||||
Reference in New Issue
Block a user