Skip to content

Commit ae13f0b

Browse files
committed
Fixing lint issues
1 parent 6ff137a commit ae13f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

receiver/hostmetricsreceiver/internal/scraper/processscraper/process_scraper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func TestScrape(t *testing.T) {
7676
},
7777
{
7878
name: "Enable uptime",
79-
mutateMetricsConfig: func(t *testing.T, ms *metadata.MetricsConfig) {
79+
mutateMetricsConfig: func(_ *testing.T, ms *metadata.MetricsConfig) {
8080
ms.ProcessUptime.Enabled = true
8181
},
8282
},

0 commit comments

Comments
 (0)