Skip to content

Commit 532d2af

Browse files
authored
test: remove legacy argument from tests (#245)
1 parent 6047805 commit 532d2af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/pr_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ func TestPrivateInSchematics(t *testing.T) {
8484
{Name: "private_key_secrets_manager_secret_id", Value: permanentResources["acme_letsencrypt_private_key_secret_id"], DataType: "string"},
8585
{Name: "private_key_secrets_manager_region", Value: permanentResources["acme_letsencrypt_private_key_sm_region"], DataType: "string"},
8686
{Name: "existing_sm_instance_crn", Value: permanentResources["privateOnlySecMgrCRN"], DataType: "string"},
87-
{Name: "existing_sm_instance_region", Value: permanentResources["privateOnlySecMgrRegion"], DataType: "string"},
8887
}
8988

9089
err := options.RunSchematicTest()

0 commit comments

Comments
 (0)