Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Aug 10, 2023
1 parent 2d0a116 commit 4b11128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default ({ getService }: FtrProviderContext): void => {
threat: generateThreatArray(1),
}),
]);
await installPrebuiltRulesAndTimelines(supertest);
await installPrebuiltRulesAndTimelines(es, supertest);

const expectedRule = await createRule(supertest, log, {
...getSimpleRule('rule-1'),
Expand Down

0 comments on commit 4b11128

Please sign in to comment.