codex: fix CI failure on PR #17520

This commit is contained in:
Ahmed Ibrahim
2026-04-11 23:39:41 -07:00
parent c9438f6891
commit a232a9ab01

View File

@@ -1729,7 +1729,6 @@ async fn conversation_user_text_turn_is_sent_to_realtime_when_active() -> Result
);
realtime_server.shutdown().await;
api_server.shutdown().await;
Ok(())
}