mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Update test_openapi.py
This commit is contained in:
parent
de666be70d
commit
9350d558c6
1 changed files with 1 additions and 1 deletions
|
|
@ -917,7 +917,7 @@ class TestMountFastMCP:
|
|||
assert len(resources) == 4 # Updated to account for new search endpoint
|
||||
# We're checking the key used by mcp to store the resource
|
||||
# The prefixed URI is used as the key, but the resource's original uri is preserved
|
||||
prefixed_uri = "resource://fastapi/openapi/get_users_users_get"
|
||||
prefixed_uri = "resource://fastapi/get_users_users_get"
|
||||
resource = mcp._resource_manager.get_resources().get(prefixed_uri)
|
||||
assert resource is not None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue