mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 00:03:29 +03:00
Improve code further - this time further simplification of names
This commit is contained in:
@@ -78,7 +78,8 @@ func (s *MyAPISignatureV4Suite) SetUpSuite(c *C) {
|
||||
perr = auth.SaveConfig(authConf)
|
||||
c.Assert(perr, IsNil)
|
||||
|
||||
httpHandler, minioAPI := getAPIHandler()
|
||||
minioAPI := getNewAPI()
|
||||
httpHandler := getAPIHandler(minioAPI)
|
||||
go startTM(minioAPI)
|
||||
testSignatureV4Server = httptest.NewServer(httpHandler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user