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 9dbb39d commit 60ec4ffCopy full SHA for 60ec4ff
tests/issues/test_783_mount_path_sse_message.py
@@ -11,4 +11,4 @@ async def test_mount_path_included_in_sse_message_path(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
+ assert message_mount.path == f"{mount_path}/message" if mount_path else "/message" # type: ignore
0 commit comments