Fixes mcp elicitation test that fails for me when run locally (#8020)

This commit is contained in:
Eric Traut
2025-12-15 18:23:04 -06:00
committed by GitHub
Unverified
parent 3ee5c40261
commit d9554c8191
4 changed files with 25 additions and 4 deletions
+2
View File
@@ -32,8 +32,10 @@ use crate::token_data::parse_id_token;
use crate::util::try_parse_error_message;
use codex_client::CodexHttpClient;
use codex_protocol::account::PlanType as AccountPlanType;
#[cfg(any(test, feature = "test-support"))]
use once_cell::sync::Lazy;
use serde_json::Value;
#[cfg(any(test, feature = "test-support"))]
use tempfile::TempDir;
use thiserror::Error;