From d74818ccacc377560833fadb0bf19e42a36e43bf Mon Sep 17 00:00:00 2001 From: sfalkon Date: Mon, 11 Nov 2019 15:39:12 +0300 Subject: [PATCH] fix integration test --- cmd/postgres_exporter/postgres_exporter_integration_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/postgres_exporter/postgres_exporter_integration_test.go b/cmd/postgres_exporter/postgres_exporter_integration_test.go index 0eeed2b3..0363af96 100644 --- a/cmd/postgres_exporter/postgres_exporter_integration_test.go +++ b/cmd/postgres_exporter/postgres_exporter_integration_test.go @@ -117,6 +117,7 @@ func (s *IntegrationSuite) TestUnknownMetricParsingDoesntCrash(c *C) { for k := range exporter.builtinMetricMaps { emptyMaps[k] = intermediateMetricMap{ map[string]ColumnMapping{}, + true, 0, } }