Skip to content

Commit

Permalink
Hide copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed May 26, 2023
1 parent e1a3ebb commit 66535c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const fieldFormatMap: DataViewSpec['fieldFormats'] = {};

const mockDataView = createStubDataView({
spec: {
id: 'apm-*',
title: 'apm-*',
id: 'logs-*',
title: 'logs-*',
timeFieldName: '@timestamp',
fields: mockBrowserFields as DataViewSpec['fields'],
fieldFormats: fieldFormatMap,
Expand Down

0 comments on commit 66535c4

Please sign in to comment.