This commit is contained in:
pakrym-oai 2026-01-30 13:54:05 -08:00 committed by GitHub
parent 9008a0eff9
commit 5f81e8e70b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -769,6 +769,7 @@ async fn codex_home_is_not_loaded_as_project_layer_from_home_dir() -> std::io::R
Some(cwd),
&[] as &[(String, TomlValue)],
LoaderOverrides::default(),
None,
)
.await?;
@ -818,6 +819,7 @@ async fn codex_home_within_project_tree_is_not_double_loaded() -> std::io::Resul
Some(cwd),
&[] as &[(String, TomlValue)],
LoaderOverrides::default(),
None,
)
.await?;