Skip to content

Commit

Permalink
test: use hpcs-us-south (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashiq-J authored Jan 30, 2025
1 parent a07cb0f commit f50b43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestRunDASolutionSchematics(t *testing.T) {
{Name: "region", Value: validRegions[rand.Intn(len(validRegions))], DataType: "string"},
{Name: "resource_group_name", Value: options.Prefix, DataType: "string"},
{Name: "service_plan", Value: "trial", DataType: "string"},
{Name: "existing_kms_instance_crn", Value: permanentResources["hpcs_east_crn"], DataType: "string"},
{Name: "existing_kms_instance_crn", Value: permanentResources["hpcs_south_crn"], DataType: "string"},
{Name: "iam_engine_enabled", Value: true, DataType: "bool"},
{Name: "public_engine_enabled", Value: true, DataType: "bool"},
{Name: "private_engine_enabled", Value: true, DataType: "bool"},
Expand Down

0 comments on commit f50b43d

Please sign in to comment.