Skip to content

Commit bd93e37

Browse files
authored
test: get region from secmgr prefs (#8)
1 parent 57399cf commit bd93e37

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

tests/pr_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ func TestMain(m *testing.M) {
3434

3535
func setupOptions(t *testing.T, prefix string) *testhelper.TestOptions {
3636
options := testhelper.TestOptionsDefaultWithVars(&testhelper.TestOptions{
37-
Testing: t,
38-
TerraformDir: defaultExampleTerraformDir,
39-
Prefix: prefix,
40-
ResourceGroup: resourceGroup,
37+
Testing: t,
38+
TerraformDir: defaultExampleTerraformDir,
39+
Prefix: prefix,
40+
ResourceGroup: resourceGroup,
41+
BestRegionYAMLPath: "../common-dev-assets/common-go-assets/cloudinfo-region-secmgr-prefs.yaml",
4142
})
4243

4344
return options

0 commit comments

Comments
 (0)