This commit is contained in:
Owen Lin
2025-11-03 13:30:30 -08:00
parent 368314980c
commit ce35cb16b2
3 changed files with 6 additions and 45 deletions

View File

@@ -61,8 +61,6 @@ pub struct McpProcess {
impl McpProcess {
pub async fn new(codex_home: &Path) -> anyhow::Result<Self> {
// Ensure tests run with the default Codex originator (codex_cli_rs)
// regardless of any environment overrides that may be present.
Self::new_with_env(codex_home, &[]).await
}