Skip to content

Commit

Permalink
test: get region from secmgr prefs (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-reiff authored Dec 6, 2023
1 parent 57399cf commit bd93e37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ func TestMain(m *testing.M) {

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

return options
Expand Down

0 comments on commit bd93e37

Please sign in to comment.