From e1dd1ae98eca7a5ab36d98346e2a598b53b16940 Mon Sep 17 00:00:00 2001 From: shahzad31 Date: Tue, 31 May 2022 16:39:10 +0200 Subject: [PATCH] fix test --- .../lens_attributes/single_metric_attributes.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts b/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts index f0b1c6542c166..6af077b9e8b80 100644 --- a/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts +++ b/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations/lens_attributes/single_metric_attributes.test.ts @@ -124,6 +124,7 @@ describe('SingleMetricAttributes', () => { columnOrder: ['layer-0-column-1'], columns: { 'layer-0-column-1': { + customLabel: true, dataType: 'number', isBucketed: false, label: 'Page load time',