fix(provider): resolve lint problem
This commit is contained in:
parent
79e5ca4341
commit
7ffcd294c4
1 changed files with 2 additions and 1 deletions
|
|
@ -485,7 +485,8 @@ func TestHandleUpdateModel_CustomHeadersPreserveAndClear(t *testing.T) {
|
|||
APIKeys: config.SimpleSecureStrings("sk-existing"),
|
||||
CustomHeaders: map[string]string{"X-Source": "coding-plan"},
|
||||
}}
|
||||
if err := config.SaveConfig(configPath, cfg); err != nil {
|
||||
err = config.SaveConfig(configPath, cfg)
|
||||
if err != nil {
|
||||
t.Fatalf("SaveConfig() error = %v", err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue