mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
fix test after rebase
This commit is contained in:
@@ -166,7 +166,7 @@ async fn responses_stream_includes_turn_metadata_header_when_set() {
|
||||
let config = Arc::new(config);
|
||||
|
||||
let conversation_id = ThreadId::new();
|
||||
let auth_mode = AuthMode::ChatGPT;
|
||||
let auth_mode = AuthMode::Chatgpt;
|
||||
let session_source = SessionSource::SubAgent(SubAgentSource::Review);
|
||||
let model_info = ModelsManager::construct_model_info_offline(model.as_str(), &config);
|
||||
let otel_manager = OtelManager::new(
|
||||
|
||||
Reference in New Issue
Block a user