Explorar o código

Disable logs in processhing_handler_test

DarthSim %!s(int64=3) %!d(string=hai) anos
pai
achega
9b5001c219
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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()
 }