diff --git a/codex-rs/app-server/tests/suite/v2/realtime_conversation.rs b/codex-rs/app-server/tests/suite/v2/realtime_conversation.rs index fb8a369bf5..ab593381b2 100644 --- a/codex-rs/app-server/tests/suite/v2/realtime_conversation.rs +++ b/codex-rs/app-server/tests/suite/v2/realtime_conversation.rs @@ -482,8 +482,13 @@ async fn realtime_conversation_streams_v2_notifications() -> Result<()> { "delta": "working" }), json!({ - "type": "response.output_text.done", - "text": "working on it" + "type": "conversation.item.done", + "item": { + "id": "item_assistant_1", + "type": "message", + "role": "assistant", + "content": [{ "type": "output_text", "text": "working on it" }] + } }), json!({ "type": "conversation.item.done",