chore: trim automation ui cleanup

This commit is contained in:
chengyongru
2026-06-16 15:10:51 +08:00
parent 3357dcc05f
commit 0263dbd1c3
15 changed files with 19 additions and 197 deletions
-4
View File
@@ -137,10 +137,6 @@ async def test_send_session_updated_broadcasts_to_other_webui_connections(bus) -
channel._attach(other_conn, "chat-b")
assert sorted(channel._subs) == ["chat-a", "chat-b"]
assert sum(len(conns) for conns in channel._subs.values()) == 2
assert {id(conn) for conn in channel._all_subscribed_connections()} == {
id(active_conn),
id(other_conn),
}
await channel.send_session_updated("chat-a", scope="thread")