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 ac041ff commit cd10939Copy full SHA for cd10939
tests/issues/test_783_mount_path_sse_message.py
@@ -4,7 +4,7 @@
4
5
6
@pytest.mark.parametrize("mount_path", ["/sse", "/custom/mount/path", None])
7
-async def test_mount_path_included_in_sse_message_path(mount_path):
+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)
0 commit comments