Fix minio test by changing region to us-west-2

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
This commit is contained in:
Paulo Gomes 2022-05-06 08:59:56 +01:00
parent c0c5046e5f
commit d86ea25e87
No known key found for this signature in database
GPG Key ID: 9995233870E99BEE
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import (
const (
objectName string = "test.yaml"
objectEtag string = "2020beab5f1711919157756379622d1d"
region string = "us-east-1"
region string = "us-west-2"
)
var (