mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-23 07:25:28 +00:00
fix integration test
This commit is contained in:
parent
deac1c37db
commit
d74818ccac
@ -117,6 +117,7 @@ func (s *IntegrationSuite) TestUnknownMetricParsingDoesntCrash(c *C) {
|
|||||||
for k := range exporter.builtinMetricMaps {
|
for k := range exporter.builtinMetricMaps {
|
||||||
emptyMaps[k] = intermediateMetricMap{
|
emptyMaps[k] = intermediateMetricMap{
|
||||||
map[string]ColumnMapping{},
|
map[string]ColumnMapping{},
|
||||||
|
true,
|
||||||
0,
|
0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user