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):
99
99
100
100
# Verify path values
101
101
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"
103
103
104
104
# Test with mount path as parameter
105
105
mcp = FastMCP ()
@@ -115,7 +115,7 @@ async def test_starlette_routes_with_mount_path(self):
115
115
116
116
# Verify path values
117
117
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"
119
119
120
120
@pytest .mark .anyio
121
121
async def test_non_ascii_description (self ):
You can’t perform that action at this time.
0 commit comments