codex: fix CI failure on PR #15344

Use realtime v2 transcript event types in the app-server fixture so the test exercises the live transcript forwarding path.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-03-20 13:33:17 -07:00
parent e30dfcac7b
commit 07424ff80c

View File

@@ -69,11 +69,11 @@ async fn realtime_conversation_streams_v2_notifications() -> Result<()> {
}
}),
json!({
"type": "conversation.input_transcript.delta",
"type": "conversation.item.input_audio_transcription.delta",
"delta": "delegate now"
}),
json!({
"type": "conversation.output_transcript.delta",
"type": "response.output_text.delta",
"delta": "working"
}),
json!({