We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684c0f5 commit da62998Copy full SHA for da62998
x-pack/plugins/security_solution/public/detections/components/rules/description_step/helpers.test.tsx
@@ -437,7 +437,7 @@ describe('helpers', () => {
437
it('returns a humanized description for a threat_match type', () => {
438
const [result]: ListItems[] = buildRuleTypeDescription('Test label', 'threat_match');
439
440
- expect(result.description).toEqual('Threat Match');
+ expect(result.description).toEqual('Indicator Match');
441
});
442
443
0 commit comments