mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03:00
Consolidating more codebase and cleanup in server / controller
This commit is contained in:
@@ -51,7 +51,7 @@ func (s *MyAPIDonutCacheSuite) SetUpSuite(c *C) {
|
||||
perr := donut.SaveConfig(conf)
|
||||
c.Assert(perr, IsNil)
|
||||
|
||||
httpHandler, minioAPI := getAPIHandler(APIConfig{RateLimit: 16})
|
||||
httpHandler, minioAPI := getAPIHandler()
|
||||
go startTM(minioAPI)
|
||||
testAPIDonutCacheServer = httptest.NewServer(httpHandler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user