Fix error: Tests fail due to changes in MinIO default port (#13108)
Automatic Merge
Этот коммит содержится в:
@@ -63,7 +63,7 @@ func runBackendTest(t *testing.T, encrypt bool) {
|
||||
|
||||
s3Port := os.Getenv("CI_MINIO_PORT")
|
||||
if s3Port == "" {
|
||||
s3Port = "9001"
|
||||
s3Port = "9000"
|
||||
}
|
||||
|
||||
s3Endpoint := fmt.Sprintf("%s:%s", s3Host, s3Port)
|
||||
|
||||
Ссылка в новой задаче
Block a user