codex: fix CI failure on PR #17519

This commit is contained in:
Ahmed Ibrahim
2026-04-11 23:51:14 -07:00
parent 60d8d3cf33
commit 672c78183c

View File

@@ -1664,7 +1664,6 @@ async fn conversation_startup_context_current_thread_selects_many_turns_by_budge
(true, Vec::<(String, usize)>::new()),
);
api_server.shutdown().await;
realtime_server.shutdown().await;
Ok(())
}