"backend/internal/vscode:/vscode.git/clone" did not exist on "ae21db77ecaa9f3fa05e3efe8b3a6b0c2dc47566"
Commit f9512fda authored by liuxiongfeng's avatar liuxiongfeng
Browse files

test: update gemini-2.5-pro mapping test case

Update test expectation to reflect new mapping:
gemini-2.5-pro -> gemini-3-pro-high
parent beb63cb1
...@@ -142,10 +142,10 @@ func TestAntigravityGatewayService_GetMappedModel(t *testing.T) { ...@@ -142,10 +142,10 @@ func TestAntigravityGatewayService_GetMappedModel(t *testing.T) {
expected: "gemini-2.5-flash", expected: "gemini-2.5-flash",
}, },
{ {
name: "Gemini透传 - gemini-2.5-pro", name: "Gemini映射 - gemini-2.5-pro → gemini-3-pro-high",
requestedModel: "gemini-2.5-pro", requestedModel: "gemini-2.5-pro",
accountMapping: nil, accountMapping: nil,
expected: "gemini-2.5-pro", expected: "gemini-3-pro-high",
}, },
{ {
name: "Gemini透传 - gemini-future-model", name: "Gemini透传 - gemini-future-model",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment