From d86ea25e87fcef50ce4e89020fd97a60f1502257 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Fri, 6 May 2022 08:59:56 +0100 Subject: [PATCH] Fix minio test by changing region to us-west-2 Signed-off-by: Paulo Gomes --- pkg/minio/minio_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/minio/minio_test.go b/pkg/minio/minio_test.go index d1c3caed..c99c3ea4 100644 --- a/pkg/minio/minio_test.go +++ b/pkg/minio/minio_test.go @@ -39,7 +39,7 @@ import ( const ( objectName string = "test.yaml" objectEtag string = "2020beab5f1711919157756379622d1d" - region string = "us-east-1" + region string = "us-west-2" ) var (