Skip to content

Commit 6a8f86c

Browse files
committed
update test
1 parent 72a6682 commit 6a8f86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pr_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ func TestRunFullyConfigurableInSchematics(t *testing.T) {
117117
{Name: "existing_vpc_crn", Value: terraform.Output(t, existingTerraformOptions, "vpc_crn"), DataType: "string"},
118118
{Name: "kms_encryption_enabled_cluster", Value: "true", DataType: "bool"},
119119
{Name: "existing_kms_instance_crn", Value: permanentResources["hpcs_south_crn"], DataType: "string"},
120+
{Name: "kms_encryption_enabled_boot_volume", Value: "true", DataType: "bool"},
120121
}
121122
require.NoError(t, options.RunSchematicTest(), "This should not have errored")
122123
cleanupTerraform(t, existingTerraformOptions, prefix)

0 commit comments

Comments
 (0)