fix: golangci lint.
This commit is contained in:
parent
b15a9c4df5
commit
573e515c9a
1 changed files with 6 additions and 6 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue