Disable logs in processhing_handler_test

This commit is contained in:
DarthSim
2022-04-07 14:14:44 +06:00
parent a96edfb761
commit 9b5001c219

View File

@@ -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()
}