From af1de86fb025ffbe4f0c98c7e7ecb6a1457926f5 Mon Sep 17 00:00:00 2001 From: Dudssource Date: Mon, 29 Jan 2024 09:54:28 -0300 Subject: [PATCH] Ignoring pylint for protected access --- .../tests/test_otlp_metrics_exporter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/exporter/opentelemetry-exporter-otlp-proto-grpc/tests/test_otlp_metrics_exporter.py b/exporter/opentelemetry-exporter-otlp-proto-grpc/tests/test_otlp_metrics_exporter.py index a273a6871fb..f88b6d7bcf9 100644 --- a/exporter/opentelemetry-exporter-otlp-proto-grpc/tests/test_otlp_metrics_exporter.py +++ b/exporter/opentelemetry-exporter-otlp-proto-grpc/tests/test_otlp_metrics_exporter.py @@ -981,6 +981,7 @@ def test_preferred_aggregation_override(self): ) self.assertEqual( + # pylint: disable=protected-access exporter._preferred_aggregation[Histogram], histogram_aggregation )