mirror of
https://github.com/openai/codex.git
synced 2026-05-25 05:24:37 +00:00
codex: fix CI failure on PR #22199
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user