fix(platform): resolve post-rebase compatibility

This commit is contained in:
huanghuoguoguo
2026-07-19 23:03:54 +08:00
parent 8afab5fa49
commit e4d4860446
6 changed files with 141 additions and 5 deletions
@@ -109,6 +109,7 @@ async def test_handle_websocket_message_marks_event_with_pipeline_uuid():
connection = SimpleNamespace(
pipeline_uuid='pipeline-123',
session_type='person',
session_id=None,
connection_id='conn-1',
)