Selaa lähdekoodia

Disable logs in processhing_handler_test

DarthSim 3 vuotta sitten
vanhempi
commit
9b5001c219
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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()
 }