mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
fix incorrect test config
This commit is contained in:
@@ -52,9 +52,7 @@ async fn shell_tool_executes_command_and_streams_output() -> anyhow::Result<()>
|
||||
|
||||
let server = start_mock_server().await;
|
||||
|
||||
let mut builder = test_codex().with_config(|config| {
|
||||
config.include_apply_patch_tool = true;
|
||||
});
|
||||
let mut builder = test_codex();
|
||||
let TestCodex {
|
||||
codex,
|
||||
cwd,
|
||||
|
||||
Reference in New Issue
Block a user