mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Improve code further - this time further simplification of names
This commit is contained in:
@@ -51,9 +51,10 @@ func (s *MyAPIDonutCacheSuite) SetUpSuite(c *C) {
|
||||
perr := donut.SaveConfig(conf)
|
||||
c.Assert(perr, IsNil)
|
||||
|
||||
httpHandler, minioAPI := getAPIHandler()
|
||||
minioAPI := getNewAPI()
|
||||
apiHandler := getAPIHandler(minioAPI)
|
||||
go startTM(minioAPI)
|
||||
testAPIDonutCacheServer = httptest.NewServer(httpHandler)
|
||||
testAPIDonutCacheServer = httptest.NewServer(apiHandler)
|
||||
}
|
||||
|
||||
func (s *MyAPIDonutCacheSuite) TearDownSuite(c *C) {
|
||||
|
||||
Reference in New Issue
Block a user