diff --git a/pkg/providers/common/common_test.go b/pkg/providers/common/common_test.go index c6b3a4b3b..b1ab4c909 100644 --- a/pkg/providers/common/common_test.go +++ b/pkg/providers/common/common_test.go @@ -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 -}