Skip to content

Commit e286aea

Browse files
jor2Jordan-Williams2
andauthored
tests: unused cmd line var set (#316)
Co-authored-by: Jordan-Williams2 <[email protected]>
1 parent 175a0f1 commit e286aea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/other_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ func TestRunFSCloudExample(t *testing.T) {
8787
*/
8888
//ResourceGroup: resourceGroup,
8989
TerraformVars: map[string]interface{}{
90-
"access_tags": permanentResources["accessTags"],
91-
"existing_kms_instance_guid": permanentResources["hpcs_south"],
92-
"kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
93-
"rabbitmq_version": "3.13", // Always lock this test into the latest supported RabbitMQ version
90+
"access_tags": permanentResources["accessTags"],
91+
"kms_key_crn": permanentResources["hpcs_south_root_key_crn"],
92+
"rabbitmq_version": "3.13", // Always lock this test into the latest supported RabbitMQ version
9493
},
9594
CloudInfoService: sharedInfoSvc,
9695
})

0 commit comments

Comments
 (0)