mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-14 11:21:17 +00:00
Fix parameter to NewExporter in test
This commit is contained in:
parent
61f4c6e926
commit
4d22a721eb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ func TestNegativeCounter(t *testing.T) {
|
|||
},
|
||||
}
|
||||
events <- c
|
||||
ex := NewExporter(&metricMapper{})
|
||||
ex := NewExporter(&metricMapper{}, true)
|
||||
|
||||
// Close channel to signify we are done with the listener after a short period.
|
||||
go func() {
|
||||
|
|
Loading…
Reference in a new issue