Skip to content

Commit 860e5ee

Browse files
committed
fixed error
1 parent ce29449 commit 860e5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ func TestPlanValidation(t *testing.T) {
314314

315315
// Test the DA when using Kibana dashboard and existing KMS instance
316316
var standardSolutionWithKibanaDashboardVars = map[string]interface{}{
317-
"enable_kibana_dashboard": true,
317+
"enable_kibana_dashboard": false,
318318
"existing_kms_instance_crn": permanentResources["hpcs_south_crn"],
319319
"plan": "enterprise",
320320
}

0 commit comments

Comments
 (0)