Addressing @Copilot suggestion to remove the init() function which seemed redundant
This commit is contained in:
parent
ad74f2736c
commit
4542d25637
1 changed files with 0 additions and 7 deletions
|
|
@ -2,7 +2,6 @@ package common
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"net/url"
|
||||
|
|
@ -533,9 +532,3 @@ func TestParseResponse_WithThoughtSignature(t *testing.T) {
|
|||
out.ToolCalls[0].ExtraContent.Google.ThoughtSignature, "sig123")
|
||||
}
|
||||
}
|
||||
|
||||
// helper to discard response body
|
||||
func init() {
|
||||
// suppress log output during tests
|
||||
_ = io.Discard
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue