mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-29 21:13:57 +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")
|
config.LocalFileSystemRoot = filepath.Join(wd, "/testdata")
|
||||||
|
|
||||||
logrus.SetOutput(ioutil.Discard)
|
|
||||||
|
|
||||||
initialize()
|
initialize()
|
||||||
|
|
||||||
|
logrus.SetOutput(ioutil.Discard)
|
||||||
|
|
||||||
s.router = buildRouter()
|
s.router = buildRouter()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user