mirror of
https://github.com/ollama/ollama.git
synced 2025-07-13 00:47:22 +02:00
fix lint
This commit is contained in:
@ -193,8 +193,8 @@ func Test_Routes(t *testing.T) {
|
||||
}
|
||||
|
||||
resp, err := httpSrv.Client().Do(req)
|
||||
defer resp.Body.Close()
|
||||
assert.Nil(t, err)
|
||||
defer resp.Body.Close()
|
||||
|
||||
if tc.Expected != nil {
|
||||
tc.Expected(t, resp)
|
||||
|
Reference in New Issue
Block a user