Fix TUI memory mode test isolation

This commit is contained in:
Joe Gershenson
2026-04-15 11:26:20 -07:00
parent 63230bc9b9
commit 5676b840c2

View File

@@ -8153,6 +8153,7 @@ mod tests {
let (mut app, _app_event_rx, _op_rx) = make_test_app_with_channels().await;
let codex_home = tempdir()?;
app.config.codex_home = codex_home.path().to_path_buf().abs();
app.config.sqlite_home = codex_home.path().to_path_buf();
let mut app_server = crate::start_embedded_app_server_for_picker(&app.config).await?;
let started = app_server.start_thread(&app.config).await?;