mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
Remove global custom config path variables, use get/set methods instead
This commit is contained in:
@@ -51,7 +51,7 @@ func (s *MyAPIDonutCacheSuite) SetUpSuite(c *C) {
|
||||
conf := &donut.Config{}
|
||||
conf.Version = "0.0.1"
|
||||
conf.MaxSize = 100000
|
||||
donut.CustomConfigPath = filepath.Join(root, "donut.json")
|
||||
donut.SetDonutConfigPath(filepath.Join(root, "donut.json"))
|
||||
err = donut.SaveConfig(conf)
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user