Skip to content

Commit da62998

Browse files
Changed wording to Indicator Match for tests
1 parent 684c0f5 commit da62998

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/security_solution/public/detections/components/rules/description_step

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/detections/components/rules/description_step/helpers.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ describe('helpers', () => {
437437
it('returns a humanized description for a threat_match type', () => {
438438
const [result]: ListItems[] = buildRuleTypeDescription('Test label', 'threat_match');
439439

440-
expect(result.description).toEqual('Threat Match');
440+
expect(result.description).toEqual('Indicator Match');
441441
});
442442
});
443443
});

0 commit comments

Comments
 (0)