fix: golangci lint.

This commit is contained in:
“coohu” 2026-02-26 10:04:25 +08:00
parent b15a9c4df5
commit 573e515c9a

View file

@ -288,7 +288,7 @@ func TestNormalizeModel_UsesAPIBase(t *testing.T) {
}
// ShengSuanYun supports full model paths like deepseek/deepseek-v3.2
if got := normalizeModel(
"deepseek/deepseek-v3.2-exp",
"shengsuanyun/deepseek/deepseek-v3.2-exp",
"https://router.shengsuanyun.com/api/v1",
); got != "deepseek/deepseek-v3.2-exp" {
t.Fatalf("normalizeModel(shengsuanyun) = %q, want %q", got, "deepseek/deepseek-v3.2-exp")