diff --git a/processing_handler_test.go b/processing_handler_test.go index d3efeedb..af062739 100644 --- a/processing_handler_test.go +++ b/processing_handler_test.go @@ -40,10 +40,10 @@ func (s *ProcessingHandlerTestSuite) SetupSuite() { config.LocalFileSystemRoot = filepath.Join(wd, "/testdata") - logrus.SetOutput(ioutil.Discard) - initialize() + logrus.SetOutput(ioutil.Discard) + s.router = buildRouter() }