From 4d7d8ebcfac172b060b0a46c8ccfab6c74391a6f Mon Sep 17 00:00:00 2001 From: Harsh Date: Mon, 13 Oct 2025 13:59:10 +0530 Subject: [PATCH] lint fixes Signed-off-by: Harsh --- scrape/manager_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/scrape/manager_test.go b/scrape/manager_test.go index e2786a2157..483472379c 100644 --- a/scrape/manager_test.go +++ b/scrape/manager_test.go @@ -1174,9 +1174,7 @@ scrape_configs: require.Len(t, got, 2, "expected 2 histogram samples (zero sample + actual sample)") require.Equal(t, histogram.Histogram{}, *got[0].h, "first sample should be zero sample") require.InDelta(t, expectedHistogramSum, got[1].h.Sum, 1e-9, "second sample should retain the expected sum") - require.Len(t, app.resultExemplars, 2, "expected 2 exemplars from histogram buckets") - } func applyConfig(