mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
allow changing endpoints in distributed setups (#16071)
This commit is contained in:
@@ -112,16 +112,16 @@ func TestPoolMetaValidate(t *testing.T) {
|
||||
{
|
||||
meta: meta,
|
||||
pools: newPools,
|
||||
name: "Invalid-Commandline",
|
||||
expectedErr: true,
|
||||
expectedUpdate: false,
|
||||
name: "Correct-Update",
|
||||
expectedErr: false,
|
||||
expectedUpdate: true,
|
||||
},
|
||||
{
|
||||
meta: meta,
|
||||
pools: reducedPools,
|
||||
name: "Invalid-Reduced",
|
||||
expectedErr: true,
|
||||
expectedUpdate: false,
|
||||
name: "Correct-Update",
|
||||
expectedErr: false,
|
||||
expectedUpdate: true,
|
||||
},
|
||||
{
|
||||
meta: meta,
|
||||
|
||||
Reference in New Issue
Block a user