We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bc9a9 commit 44150d2Copy full SHA for 44150d2
tests/pr_test.go
@@ -51,10 +51,11 @@ func TestMain(m *testing.M) {
51
func setupOptions(t *testing.T, prefix string, dir string) *testhelper.TestOptions {
52
53
options := testhelper.TestOptionsDefaultWithVars(&testhelper.TestOptions{
54
- Testing: t,
55
- TerraformDir: dir,
56
- Prefix: prefix,
57
- ResourceGroup: resourceGroup,
+ Testing: t,
+ TerraformDir: dir,
+ Prefix: prefix,
+ ResourceGroup: resourceGroup,
58
+ BestRegionYAMLPath: "../common-dev-assets/common-go-assets/cloudinfo-region-secmgr-prefs.yaml",
59
TerraformVars: map[string]interface{}{
60
"existing_sm_instance_guid": smGuid,
61
"existing_sm_instance_region": smRegion,
0 commit comments