From cc5993dcfa6cbe484f843e7a4187588db8cfd138 Mon Sep 17 00:00:00 2001 From: Pawel Zak Date: Fri, 13 Sep 2024 22:31:34 +0200 Subject: [PATCH] win test fix --- plugins/inputs/win_perf_counters/win_perf_counters_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/win_perf_counters/win_perf_counters_test.go b/plugins/inputs/win_perf_counters/win_perf_counters_test.go index 5e8c0264f58de..915677363d616 100644 --- a/plugins/inputs/win_perf_counters/win_perf_counters_test.go +++ b/plugins/inputs/win_perf_counters/win_perf_counters_test.go @@ -2038,7 +2038,7 @@ func TestLocalizeWildcardsExpansion(t *testing.T) { const counter = "% Processor Time" m := WinPerfCounters{ - queryCreator: &PerformanceQueryCreatorImpl{}, + queryCreator: &performanceQueryCreatorImpl{}, CountersRefreshInterval: config.Duration(time.Second * 60), Object: createPerfObject("", "measurement", "Processor Information", []string{"_Total"}, []string{counter}, true, false, false),