diff --git a/pkg/getter/httpgetter_test.go b/pkg/getter/httpgetter_test.go index b2d2291f3..9a0cf6864 100644 --- a/pkg/getter/httpgetter_test.go +++ b/pkg/getter/httpgetter_test.go @@ -382,7 +382,8 @@ func TestDownloadTLSWithRedirect(t *testing.T) { t.Run("Test with TLS", func(t *testing.T) { g, err := NewHTTPGetter( WithURL(u.String()), - WithTLSClientConfig(pub, priv, ca), + WithTLSClientConfig("", "", ca), + WithInsecureSkipVerifyTLS(insecureSkipTLSverify), ) if err != nil { t.Fatal(err)