Skip to content

Commit

Permalink
win test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-pawel committed Sep 13, 2024
1 parent 9655d18 commit cc5993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/win_perf_counters/win_perf_counters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit cc5993d

Please sign in to comment.