mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
Fix TUI memory mode test isolation
This commit is contained in:
@@ -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?;
|
||||
|
||||
Reference in New Issue
Block a user