Skip to content

Commit d86ea25

Browse files
author
Paulo Gomes
committed
Fix minio test by changing region to us-west-2
Signed-off-by: Paulo Gomes <[email protected]>
1 parent c0c5046 commit d86ea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minio/minio_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939
const (
4040
objectName string = "test.yaml"
4141
objectEtag string = "2020beab5f1711919157756379622d1d"
42-
region string = "us-east-1"
42+
region string = "us-west-2"
4343
)
4444

4545
var (

0 commit comments

Comments
 (0)