Skip to content

Commit

Permalink
fix type error in cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Mar 26, 2020
1 parent 9b636d9 commit b56731b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/legacy/plugins/siem/cypress/objects/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export interface MachineLearningRule {
referenceUrls: string[];
falsePositivesExamples: string[];
mitre: Mitre[];
note: string;
}

const mitre1: Mitre = {
Expand Down Expand Up @@ -71,4 +72,5 @@ export const machineLearningRule: MachineLearningRule = {
referenceUrls: ['https://elastic.co/'],
falsePositivesExamples: ['False1'],
mitre: [mitre1],
note: '# test markdown',
};

0 comments on commit b56731b

Please sign in to comment.