diff --git a/pkg/httputils/httputils_test.go b/pkg/httputils/httputils_test.go index d03c569ef4..725c68f415 100644 --- a/pkg/httputils/httputils_test.go +++ b/pkg/httputils/httputils_test.go @@ -24,7 +24,7 @@ func TestDownload(t *testing.T) { response.Body.Close() if err != nil || string(actual) != expected { - t.Fatalf("Expected the response %q, got err:%q, response:%q, actual:%q", expected, err, response, string(actual)) + t.Fatalf("Expected the response %q, got err:%q, actual:%q", expected, err, string(actual)) } }