mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
Share button for public objects (#9162)
This commit is contained in:
@@ -242,6 +242,7 @@ func testServerInfoWebHandler(obj ObjectLayer, instanceType string, t TestErrHan
|
||||
if serverInfoReply.MinioVersion != Version {
|
||||
t.Fatalf("Cannot get minio version from server info handler")
|
||||
}
|
||||
serverInfoReply.MinioGlobalInfo["domains"] = []string(nil)
|
||||
globalInfo := getGlobalInfo()
|
||||
if !reflect.DeepEqual(serverInfoReply.MinioGlobalInfo, globalInfo) {
|
||||
t.Fatalf("Global info did not match got %#v, expected %#v", serverInfoReply.MinioGlobalInfo, globalInfo)
|
||||
|
||||
Reference in New Issue
Block a user