codex: fix CI failure on PR #22199

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-05-12 17:25:52 -07:00
parent 35217f2dd9
commit c98047f9b8

View File

@@ -105,6 +105,7 @@ async fn status_line_setup_popup_live_only_snapshot() {
#[tokio::test]
async fn status_surface_preview_lines_hardcoded_only_snapshot() {
let (mut chat, _rx, _op_rx) = make_chatwidget_manual(/*model_override*/ None).await;
cache_project_root(&mut chat, "my-project");
let snapshot = combined_preview_snapshot(
&mut chat,
@@ -159,6 +160,7 @@ async fn status_line_setup_popup_hardcoded_only_snapshot() {
#[tokio::test]
async fn status_surface_preview_lines_mixed_snapshot() {
let (mut chat, _rx, _op_rx) = make_chatwidget_manual(/*model_override*/ None).await;
cache_project_root(&mut chat, "my-project");
chat.status_line_branch = Some("feature/mixed-preview".to_string());
chat.thread_name = Some("Mixed preview thread".to_string());