Преглед на файлове

Disable logs in processhing_handler_test

DarthSim преди 3 години
родител
ревизия
9b5001c219
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      processing_handler_test.go

+ 2 - 2
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()
 }