Skip to content

Commit

Permalink
Update get_rule_management_filters.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere authored Jan 15, 2024
1 parent d815f40 commit 686026a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default ({ getService }: FtrProviderContext): void => {

describe('when there are installed prebuilt rules', () => {
beforeEach(async () => {
await deleteAllPrebuiltRuleAssets(es, log);
await deleteAllPrebuiltRuleAssets(es);
await installMockPrebuiltRules(supertest, es);
});

Expand Down

0 comments on commit 686026a

Please sign in to comment.