codex: fix v1 WebRTC start test expectation

This commit is contained in:
Ahmed Ibrahim
2026-04-07 23:47:43 -07:00
parent 1dd49e26d9
commit d6032f39be

View File

@@ -857,7 +857,7 @@ async fn webrtc_v1_start_posts_offer_returns_sdp_and_joins_sideband() -> Result<
StartedWebrtcRealtime {
started: ThreadRealtimeStartedNotification {
thread_id: harness.thread_id.clone(),
session_id: Some("sess_v1_webrtc".to_string()),
session_id: Some(harness.thread_id.clone()),
version: RealtimeConversationVersion::V1,
},
sdp: ThreadRealtimeSdpNotification {