This commit is contained in:
jif-oai
2026-03-16 12:28:51 +00:00
parent 80b00f0d2f
commit 1e9e8a67c3

View File

@@ -686,7 +686,6 @@ fn built_in_config_file_contents_resolves_explorer_only() {
let explorer =
built_in::config_file_contents(Path::new("explorer.toml")).expect("explorer config");
assert!(explorer.contains("sandbox_mode = \"read-only\""));
assert!(explorer.contains("include_apply_patch_tool = false"));
assert_eq!(
built_in::config_file_contents(Path::new("missing.toml")),
None