mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
Consolidating more codebase and cleanup in server / controller
This commit is contained in:
@@ -78,7 +78,7 @@ func (s *MyAPISignatureV4Suite) SetUpSuite(c *C) {
|
||||
perr = auth.SaveConfig(authConf)
|
||||
c.Assert(perr, IsNil)
|
||||
|
||||
httpHandler, minioAPI := getAPIHandler(APIConfig{RateLimit: 16})
|
||||
httpHandler, minioAPI := getAPIHandler()
|
||||
go startTM(minioAPI)
|
||||
testSignatureV4Server = httptest.NewServer(httpHandler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user