fix(app-server): update turn started test fixtures

This commit is contained in:
Alex Kotliarskyi
2026-05-22 18:13:37 -07:00
parent 3100821198
commit 51abbb7f45

View File

@@ -250,6 +250,7 @@ mod tests {
"turn-1",
&EventMsg::TurnStarted(TurnStartedEvent {
turn_id: "turn-1".to_string(),
trace_id: None,
started_at: None,
model_context_window: None,
collaboration_mode_kind: Default::default(),
@@ -314,6 +315,7 @@ mod tests {
fn turn_started_event(turn_id: &str) -> EventMsg {
EventMsg::TurnStarted(TurnStartedEvent {
turn_id: turn_id.to_string(),
trace_id: None,
started_at: None,
model_context_window: None,
collaboration_mode_kind: Default::default(),