Update the integration test.

This commit is contained in:
Will Rouesnel 2016-11-18 03:52:58 +11:00
parent 9f1835bb2d
commit 98d26cb9c7

View File

@ -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