Skip to content

Commit ac041ff

Browse files
committed
style: lint
1 parent 60ec4ff commit ac041ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/issues/test_783_mount_path_sse_message.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ async def test_mount_path_included_in_sse_message_path(mount_path):
88
"""Test that the mount path is included in the SSE message path when specified."""
99
app = FastMCP("Test App")
1010
starlette_app = app.sse_app(mount_path)
11-
11+
1212
message_mount = starlette_app.routes[1]
13-
13+
1414
assert message_mount.path == f"{mount_path}/message" if mount_path else "/message" # type: ignore

0 commit comments

Comments
 (0)