We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ec4ff commit ac041ffCopy full SHA for ac041ff
tests/issues/test_783_mount_path_sse_message.py
@@ -8,7 +8,7 @@ async def test_mount_path_included_in_sse_message_path(mount_path):
8
"""Test that the mount path is included in the SSE message path when specified."""
9
app = FastMCP("Test App")
10
starlette_app = app.sse_app(mount_path)
11
-
+
12
message_mount = starlette_app.routes[1]
13
14
assert message_mount.path == f"{mount_path}/message" if mount_path else "/message" # type: ignore
0 commit comments