codex: fix core test metadata constructor (#16594)

This commit is contained in:
Eric Traut
2026-04-03 16:12:35 -07:00
parent 9f20bc3f2b
commit bf85972d4f

View File

@@ -13,6 +13,7 @@ use tempfile::TempDir;
fn thread_metadata(cwd: &str, title: &str, first_user_message: &str) -> ThreadMetadata {
ThreadMetadata {
id: ThreadId::new(),
forked_from_id: None,
rollout_path: PathBuf::from("/tmp/rollout.jsonl"),
created_at: Utc
.timestamp_opt(1_709_251_100, 0)