mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-28 20:43:54 +02:00
Disable logs in processhing_handler_test
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user