Skip to content

Commit

Permalink
Removing unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Jul 29, 2020
1 parent 4801974 commit 21eee4f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 21eee4f

Please sign in to comment.