Skip to content

Commit f50b43d

Browse files
authored
test: use hpcs-us-south (#278)
1 parent a07cb0f commit f50b43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func TestRunDASolutionSchematics(t *testing.T) {
109109
{Name: "region", Value: validRegions[rand.Intn(len(validRegions))], DataType: "string"},
110110
{Name: "resource_group_name", Value: options.Prefix, DataType: "string"},
111111
{Name: "service_plan", Value: "trial", DataType: "string"},
112-
{Name: "existing_kms_instance_crn", Value: permanentResources["hpcs_east_crn"], DataType: "string"},
112+
{Name: "existing_kms_instance_crn", Value: permanentResources["hpcs_south_crn"], DataType: "string"},
113113
{Name: "iam_engine_enabled", Value: true, DataType: "bool"},
114114
{Name: "public_engine_enabled", Value: true, DataType: "bool"},
115115
{Name: "private_engine_enabled", Value: true, DataType: "bool"},

0 commit comments

Comments
 (0)