File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ async def test_starlette_routes_with_mount_path(self):
9999
100100 # Verify path values
101101 assert sse_routes [0 ].path == "/sse" , "SSE route path should be /sse"
102- assert mount_routes [0 ].path == "api/messages" , "Mount route path should be /messages"
102+ assert mount_routes [0 ].path == "/ api/messages" , "Mount route path should be /messages"
103103
104104 # Test with mount path as parameter
105105 mcp = FastMCP ()
@@ -115,7 +115,7 @@ async def test_starlette_routes_with_mount_path(self):
115115
116116 # Verify path values
117117 assert sse_routes [0 ].path == "/sse" , "SSE route path should be /sse"
118- assert mount_routes [0 ].path == "param/messages" , "Mount route path should be /messages"
118+ assert mount_routes [0 ].path == "/ param/messages" , "Mount route path should be /messages"
119119
120120 @pytest .mark .anyio
121121 async def test_non_ascii_description (self ):
You can’t perform that action at this time.
0 commit comments