Skip to content

Commit 9beb1d8

Browse files
committed
fix: removed test comment
1 parent 612c7c0 commit 9beb1d8

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
@@ -724,9 +724,6 @@ func getFullConfigSolutionTestVariables(mainOptions *testschematic.TestSchematic
724724

725725
logger.Log(mainOptions.Testing, "setupSolutionSchematicOptions - Using mainOptions.Prefix: ", mainOptions.Prefix)
726726

727-
test := mainOptions.RequiredEnvironmentVars["TF_VAR_ibmcloud_api_key"][0:3]
728-
logger.Log(mainOptions.Testing, "TEST TO REMOVE: ", test)
729-
730727
vars := []testschematic.TestSchematicTerraformVar{
731728
{Name: "ibmcloud_api_key", Value: mainOptions.RequiredEnvironmentVars["TF_VAR_ibmcloud_api_key"], DataType: "string", Secure: true},
732729
{Name: "prefix", Value: mainOptions.Prefix, DataType: "string"},

0 commit comments

Comments
 (0)