fix incorrect test config

This commit is contained in:
Dylan Hurd
2025-10-04 00:55:50 -07:00
parent e12f1038ec
commit fc6163780f

View File

@@ -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,