Skip to content

Commit

Permalink
Fix testing getLabelValues
Browse files Browse the repository at this point in the history
  • Loading branch information
psbarrales committed Jul 4, 2019
1 parent 1d39d4b commit a4de1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func getLabelValues(url string, endpoint string, metricNames []string) (map[stri
ID: "id",
URL: url,
}
coll := NewCollector(endpoint, servers)
coll := NewCollector(endpoint, servers, "test")
coll.Collect(metrics)
close(metrics)

Expand Down

0 comments on commit a4de1c6

Please sign in to comment.