mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
Fix connector metadata test expectations
This commit is contained in:
@@ -202,6 +202,7 @@ async fn codex_apps_file_params_upload_local_paths_before_mcp_tool_call() -> Res
|
||||
"resource_uri": DOCUMENT_EXTRACT_TEXT_RESOURCE_URI,
|
||||
"contains_mcp_source": true,
|
||||
"connector_id": "calendar",
|
||||
"used_connector_ids": [],
|
||||
}))
|
||||
);
|
||||
|
||||
|
||||
@@ -582,6 +582,7 @@ async fn tool_search_returns_deferred_tools_without_follow_up_tool_injection() -
|
||||
"resource_uri": CALENDAR_CREATE_EVENT_RESOURCE_URI,
|
||||
"contains_mcp_source": true,
|
||||
"connector_id": "calendar",
|
||||
"used_connector_ids": [],
|
||||
},
|
||||
}))
|
||||
);
|
||||
@@ -604,6 +605,7 @@ async fn tool_search_returns_deferred_tools_without_follow_up_tool_injection() -
|
||||
"resource_uri": CALENDAR_CREATE_EVENT_RESOURCE_URI,
|
||||
"contains_mcp_source": true,
|
||||
"connector_id": "calendar",
|
||||
"used_connector_ids": [],
|
||||
}))
|
||||
);
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user