Skip to content

Commit a8016ee

Browse files
committed
fix test
1 parent 317720e commit a8016ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/pr_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ func TestRunAdvancedExampleInSchematics(t *testing.T) {
8787
{Name: "ibmcloud_api_key", Value: options.RequiredEnvironmentVars["TF_VAR_ibmcloud_api_key"], DataType: "string", Secure: true},
8888
{Name: "region", Value: options.Region, DataType: "string"},
8989
{Name: "prefix", Value: options.Prefix, DataType: "string"},
90-
{Name: "existing_kms_instance_crn", Value: permanentResources["hpcs_south_crn"], DataType: "string"},
91-
{Name: "kms_endpoint_url", Value: permanentResources["hpcs_south_private_endpoint"], DataType: "string"},
92-
{Name: "root_key_crn", Value: permanentResources["hpcs_south_root_key_crn"], DataType: "string"},
93-
{Name: "access_tags", Value: permanentResources["accessTags"], DataType: "list"},
9490
}
9591

9692
err := options.RunSchematicTest()
@@ -297,7 +293,7 @@ func TestAddonsWithDisabledDAs(t *testing.T) {
297293
// Opt into Account Config DA
298294
{
299295
OfferingName: "deploy-arch-ibm-account-infra-base",
300-
OfferingFlavor: "fully-configurable",
296+
OfferingFlavor: "resource-groups-with-account-settings",
301297
Enabled: core.BoolPtr(true),
302298
},
303299
// Disable AT, ICL, Mon, EN and KMS

0 commit comments

Comments
 (0)