"backend/vscode:/vscode.git/clone" did not exist on "afd72abc6ed765cda52e2c6e5876df5d28e5e5ee"
Commit e8464580 authored by IanShaw027's avatar IanShaw027
Browse files

test(后端): 更新 API 契约测试支持 ops 监控端点

- 更新 api_contract_test.go 包含 ops 相关端点测试
parent 2d123a11
...@@ -317,7 +317,9 @@ func TestAPIContracts(t *testing.T) { ...@@ -317,7 +317,9 @@ func TestAPIContracts(t *testing.T) {
"fallback_model_gemini": "gemini-2.5-pro", "fallback_model_gemini": "gemini-2.5-pro",
"fallback_model_openai": "gpt-4o", "fallback_model_openai": "gpt-4o",
"enable_identity_patch": true, "enable_identity_patch": true,
"identity_patch_prompt": "" "identity_patch_prompt": "",
"ops_monitoring_enabled": true,
"ops_realtime_monitoring_enabled": true
} }
}`, }`,
}, },
......
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