Skip to content

Commit 74ac3ac

Browse files
committed
addressed review comment
1 parent 7073b64 commit 74ac3ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pr_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ func TestVpcAddonDefaultConfiguration(t *testing.T) {
363363
"fully-configurable",
364364
map[string]interface{}{
365365
"prefix": options.Prefix,
366-
"region": "jp-tok",
366+
"region": "us-south",
367367
},
368368
)
369369

@@ -383,7 +383,7 @@ func TestVpcDependencyPermutations(t *testing.T) {
383383
OfferingFlavor: "fully-configurable",
384384
Inputs: map[string]interface{}{
385385
"prefix": "vpc-per",
386-
"region": "jp-tok",
386+
"region": "us-south",
387387
"existing_cos_instance_crn": permanentResources["general_test_storage_cos_instance_crn"],
388388
},
389389
},

0 commit comments

Comments
 (0)