From 98d26cb9c7b788ef7637882e1222054240c2de99 Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Fri, 18 Nov 2016 03:52:58 +1100 Subject: [PATCH] Update the integration test. --- postgres_exporter_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres_exporter_integration_test.go b/postgres_exporter_integration_test.go index ce3d3aee..1a00dad0 100644 --- a/postgres_exporter_integration_test.go +++ b/postgres_exporter_integration_test.go @@ -30,7 +30,7 @@ func (s *IntegrationSuite) SetUpSuite(c *C) { dsn := os.Getenv("DATA_SOURCE_NAME") c.Assert(dsn, Not(Equals), "") - exporter := NewExporter(dsn) + exporter := NewExporter(dsn, "") c.Assert(exporter, NotNil) // Assign the exporter to the suite s.e = exporter