From 9350d558c63cf93bfa36eaf642b5e002c333acae Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Fri, 23 May 2025 15:42:56 -0400 Subject: [PATCH] Update test_openapi.py --- tests/server/openapi/test_openapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server/openapi/test_openapi.py b/tests/server/openapi/test_openapi.py index b41c215b2..89ff261ba 100644 --- a/tests/server/openapi/test_openapi.py +++ b/tests/server/openapi/test_openapi.py @@ -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