Skip to content

Commit e681f60

Browse files
authored
test: remove argument from security enforced test (#581)
1 parent 2daee8d commit e681f60

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
@@ -185,7 +185,6 @@ func TestRunSecurityEnforcedSolutionSchematics(t *testing.T) {
185185
{Name: "ibmcloud_api_key", Value: options.RequiredEnvironmentVars["TF_VAR_ibmcloud_api_key"], DataType: "string", Secure: true},
186186
{Name: "access_tags", Value: permanentResources["accessTags"], DataType: "list(string)"},
187187
{Name: "existing_kms_instance_crn", Value: permanentResources["hpcs_south_crn"], DataType: "string"},
188-
{Name: "kms_endpoint_type", Value: "private", DataType: "string"},
189188
{Name: "mongodb_version", Value: "7.0", DataType: "string"}, // Always lock this test into the latest supported MongoDB version
190189
{Name: "existing_resource_group_name", Value: resourceGroup, DataType: "string"},
191190
{Name: "plan", Value: "standard", DataType: "string"},

0 commit comments

Comments
 (0)