mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
Enable browser support for gateway (#4425)
This commit is contained in:
@@ -48,7 +48,7 @@ func TestListObjectsHeal(t *testing.T) {
|
||||
objName := "obj"
|
||||
|
||||
// Create test bucket
|
||||
err = xl.MakeBucket(bucketName)
|
||||
err = xl.MakeBucketWithLocation(bucketName, "")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
@@ -166,7 +166,7 @@ func TestListUploadsHeal(t *testing.T) {
|
||||
objName := path.Join(prefix, "obj")
|
||||
|
||||
// Create test bucket.
|
||||
err = xl.MakeBucket(bucketName)
|
||||
err = xl.MakeBucketWithLocation(bucketName, "")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user