From 15725b8cc04d4a5bd226d1abda1069c26d3c7210 Mon Sep 17 00:00:00 2001 From: William Dumont Date: Mon, 20 Nov 2023 09:57:16 +0100 Subject: [PATCH] lint --- integration-tests/tests/otlp-metrics/otlp_metrics_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/tests/otlp-metrics/otlp_metrics_test.go b/integration-tests/tests/otlp-metrics/otlp_metrics_test.go index 0ae165842660..03575e742b2d 100644 --- a/integration-tests/tests/otlp-metrics/otlp_metrics_test.go +++ b/integration-tests/tests/otlp-metrics/otlp_metrics_test.go @@ -42,6 +42,7 @@ func TestOTLPMetrics(t *testing.T) { } for _, metric := range histogramTests { + metric := metric t.Run(metric, func(t *testing.T) { t.Parallel() assertHistogramData(t, metricQuery(metric), metric)