core tests: use current automatic environment builder

This commit is contained in:
Sayan Sisodiya
2026-06-24 19:49:02 -07:00
parent 3e51b46eba
commit 3a8b9e313f

View File

@@ -2339,7 +2339,7 @@ async fn streamable_http_chatgpt_auth_respects_configured_authorization() -> any
},
);
})
.build_with_remote_env(&server)
.build_with_auto_env(&server)
.await?;
wait_for_mcp_server(&chatgpt_auth_fixture.codex, "chatgpt_auth").await?;
drop(chatgpt_auth_fixture);
@@ -2379,7 +2379,7 @@ async fn streamable_http_chatgpt_auth_respects_configured_authorization() -> any
},
);
})
.build_with_remote_env(&server)
.build_with_auto_env(&server)
.await?;
wait_for_mcp_server(&configured_auth_fixture.codex, "configured_auth").await?;