Skip to content

Commit 98d26cb

Browse files
committed
Update the integration test.
1 parent 9f1835b commit 98d26cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres_exporter_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (s *IntegrationSuite) SetUpSuite(c *C) {
3030
dsn := os.Getenv("DATA_SOURCE_NAME")
3131
c.Assert(dsn, Not(Equals), "")
3232

33-
exporter := NewExporter(dsn)
33+
exporter := NewExporter(dsn, "")
3434
c.Assert(exporter, NotNil)
3535
// Assign the exporter to the suite
3636
s.e = exporter

0 commit comments

Comments
 (0)