Skip to content

Commit f0cd5d2

Browse files
Update timeline_details.ts
1 parent c90e995 commit f0cd5d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/test/api_integration/apis/security_solution/timeline_details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ const EXPECTED_DATA = [
544544
values: ['filebeat-7.0.0-iot-2019.06'],
545545
originalValue: ['filebeat-7.0.0-iot-2019.06'],
546546
},
547-
{ category: '_type', field: '_type', values: ['_doc'], originalValue: '_doc' },
547+
{ category: '_type', field: '_type', values: ['_doc'], originalValue: ['_doc'] },
548548
{
549549
category: '_id',
550550
field: '_id',

0 commit comments

Comments
 (0)