There was an error while loading. Please reload this page.
1 parent 9f1835b commit 98d26cbCopy full SHA for 98d26cb
postgres_exporter_integration_test.go
@@ -30,7 +30,7 @@ func (s *IntegrationSuite) SetUpSuite(c *C) {
30
dsn := os.Getenv("DATA_SOURCE_NAME")
31
c.Assert(dsn, Not(Equals), "")
32
33
-exporter := NewExporter(dsn)
+exporter := NewExporter(dsn, "")
34
c.Assert(exporter, NotNil)
35
// Assign the exporter to the suite
36
s.e = exporter
0 commit comments