mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
Remove delimiter constant, use c.hostURL.Separator
This commit is contained in:
@@ -141,7 +141,7 @@ func (s *MySuite) TestBucketOperations(c *C) {
|
||||
err = s3c.SetBucketACL("public-read-write")
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
conf.HostURL = server.URL + delimiter
|
||||
conf.HostURL = server.URL + string(s3c.URL().Separator)
|
||||
s3c, err = New(conf)
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user