Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 23, 2019
1 parent 30e5e91 commit 9904ca9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export async function getDocNotFoundError(es) {
try {
await es.get({
index: 'basic_index',
type: 'type',
id: '1234'
});
} catch (err) {
Expand Down
1 change: 0 additions & 1 deletion x-pack/test/api_integration/apis/siem/timeline_details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ const EXPECTED_DATA: DetailItem[] = [
values: ['filebeat-7.0.0-iot-2019.06'],
originalValue: 'filebeat-7.0.0-iot-2019.06',
},
{ field: '_type', values: ['_doc'], originalValue: '_doc' },
{
field: '_id',
values: ['QRhG1WgBqd-n62SwZYDT'],
Expand Down

0 comments on commit 9904ca9

Please sign in to comment.