Skip to content

Commit 834a434

Browse files
refactor: remove the variables from being passed in to tests
1 parent 48e8faf commit 834a434

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/pr_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ func TestRunExistingResourcesInstances(t *testing.T) {
200200
"existing_secrets_manager_crn": terraform.Output(t, existingTerraformOptions, "secrets_manager_instance_crn"),
201201
"iam_engine_enabled": true,
202202
"private_engine_enabled": true,
203-
"existing_secrets_endpoint_type": "public",
204203
},
205204
})
206205

@@ -229,8 +228,6 @@ func TestRunExistingResourcesInstances(t *testing.T) {
229228
"service_plan": "trial",
230229
"iam_engine_enabled": true,
231230
"private_engine_enabled": true,
232-
"existing_secrets_endpoint_type": "public",
233-
"allowed_network": "public-and-private",
234231
},
235232
})
236233

0 commit comments

Comments
 (0)