Skip to content

Commit 463104c

Browse files
fixed tests and updated examples
1 parent 13ecfe1 commit 463104c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pr_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ func TestRunSecurityEnforcedUpgradeSolution(t *testing.T) {
134134

135135
options := testhelper.TestOptionsDefault(&testhelper.TestOptions{
136136
Testing: t,
137-
TerraformDir: fullyConfigurableSolutionTerraformDir,
137+
TerraformDir: securityEnforcedSolutionTerraformDir,
138138
Region: "us-south",
139-
Prefix: "pg-fc-upg",
139+
Prefix: "pg-se-upg",
140140
ResourceGroup: resourceGroup,
141141
CheckApplyResultForUpgrade: true,
142142
})

0 commit comments

Comments
 (0)