mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
fix exec config
This commit is contained in:
@@ -15,7 +15,8 @@ impl TestCodexExecBuilder {
|
||||
.expect("should find binary for codex-exec");
|
||||
cmd.current_dir(self.cwd.path())
|
||||
.env("CODEX_HOME", self.home.path())
|
||||
.env(CODEX_API_KEY_ENV_VAR, "dummy");
|
||||
.env(CODEX_API_KEY_ENV_VAR, "dummy")
|
||||
.arg("--custom-apply-patch");
|
||||
cmd
|
||||
}
|
||||
pub fn cmd_with_server(&self, server: &MockServer) -> assert_cmd::Command {
|
||||
|
||||
Reference in New Issue
Block a user