fix(core): adapt custom model tests to refreshed main

Drop the removed ModelInfo field and normalize refreshed ThreadManager and UserTurn test callsites.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Friel
2026-03-27 20:45:41 -07:00
parent d6f8e3aeeb
commit bc18824d23
4 changed files with 7 additions and 3 deletions

View File

@@ -319,6 +319,7 @@ async fn custom_model_alias_sends_base_model_slug() -> Result<()> {
final_output_json_schema: None,
cwd: cwd.path().to_path_buf(),
approval_policy: config.permissions.approval_policy.value(),
approvals_reviewer: None,
sandbox_policy: config.permissions.sandbox_policy.get().clone(),
model: alias.to_string(),
effort: None,