diff --git a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/helpers.test.ts b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/helpers.test.ts index 6d657ae00e955..c8adaa891610a 100644 --- a/x-pack/plugins/security_solution/public/timelines/components/timeline/body/helpers.test.ts +++ b/x-pack/plugins/security_solution/public/timelines/components/timeline/body/helpers.test.ts @@ -268,12 +268,6 @@ describe('helpers', () => { expect(isInvestigateInResolverActionEnabled(data)).toBeFalsy(); }); - it('returns false if process.entity_id is an empty array', () => { - const data: Ecs = { _id: '1', agent: { type: ['endpoint'] } }; - - expect(isInvestigateInResolverActionEnabled(data)).toBeFalsy(); - }); - it('returns true if agent.type has endpoint in first array index', () => { const data: Ecs = { _id: '1',