Skip to content

Commit 44150d2

Browse files
authored
test: add secrets manager region prefs (#187)
1 parent 40bc9a9 commit 44150d2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/pr_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ func TestMain(m *testing.M) {
5151
func setupOptions(t *testing.T, prefix string, dir string) *testhelper.TestOptions {
5252

5353
options := testhelper.TestOptionsDefaultWithVars(&testhelper.TestOptions{
54-
Testing: t,
55-
TerraformDir: dir,
56-
Prefix: prefix,
57-
ResourceGroup: resourceGroup,
54+
Testing: t,
55+
TerraformDir: dir,
56+
Prefix: prefix,
57+
ResourceGroup: resourceGroup,
58+
BestRegionYAMLPath: "../common-dev-assets/common-go-assets/cloudinfo-region-secmgr-prefs.yaml",
5859
TerraformVars: map[string]interface{}{
5960
"existing_sm_instance_guid": smGuid,
6061
"existing_sm_instance_region": smRegion,

0 commit comments

Comments
 (0)