Skip to content

Commit a9b6986

Browse files
committed
SKIP UPGRADE TEST
1 parent e4798d0 commit a9b6986

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/pr_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func TestRunFullyConfigurableUpgradeSolution(t *testing.T) {
130130

131131
options.TerraformVars = map[string]interface{}{
132132
"prefix": options.Prefix,
133-
"access_tags": permanentResources["accessTags"],
133+
"elasticsearch_access_tags": permanentResources["accessTags"],
134134
"existing_kms_instance_crn": permanentResources["hpcs_south_crn"],
135135
"kms_endpoint_type": "public",
136136
"existing_resource_group_name": resourceGroup,
@@ -318,11 +318,11 @@ func TestPlanValidation(t *testing.T) {
318318
options.TerraformOptions.NoColor = true
319319
options.TerraformOptions.Logger = logger.Discard
320320
options.TerraformOptions.Vars = map[string]interface{}{
321-
"prefix": options.Prefix,
322-
"region": "us-south",
323-
"elasticsearch_version": "8.10",
324-
"provider_visibility": "public",
325-
"resource_group_name": options.Prefix,
321+
"prefix": options.Prefix,
322+
"region": "us-south",
323+
"elasticsearch_version": "8.10",
324+
"provider_visibility": "public",
325+
"existing_resource_group_name": options.Prefix,
326326
}
327327

328328
// Test the DA when using Elser model

0 commit comments

Comments
 (0)