Update the integration test.
This commit is contained in:
@@ -30,7 +30,7 @@ func (s *IntegrationSuite) SetUpSuite(c *C) {
|
|||||||
dsn := os.Getenv("DATA_SOURCE_NAME")
|
dsn := os.Getenv("DATA_SOURCE_NAME")
|
||||||
c.Assert(dsn, Not(Equals), "")
|
c.Assert(dsn, Not(Equals), "")
|
||||||
|
|
||||||
exporter := NewExporter(dsn)
|
exporter := NewExporter(dsn, "")
|
||||||
c.Assert(exporter, NotNil)
|
c.Assert(exporter, NotNil)
|
||||||
// Assign the exporter to the suite
|
// Assign the exporter to the suite
|
||||||
s.e = exporter
|
s.e = exporter
|
||||||
|
|||||||
Reference in New Issue
Block a user