diff --git a/test/e2e/settings/grpc.go b/test/e2e/settings/grpc.go index a20e9748d..fa5f35b24 100644 --- a/test/e2e/settings/grpc.go +++ b/test/e2e/settings/grpc.go @@ -95,7 +95,7 @@ var _ = framework.DescribeSetting("GRPC", func() { ), ) assert.Nil(ginkgo.GinkgoT(), err, "error creating a connection") - defer conn.Close() //nolint:errcheck // Checking the error here is not valuable + defer conn.Close() client := pb.NewGRPCBinClient(conn) ctx := context.Background()