Skip to content

Commit

Permalink
changes rule deletion order
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Oct 21, 2020
1 parent 54b7e01 commit 486eb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ describe('Custom detection rules creation', () => {
});

after(() => {
esArchiverUnload('timeline');
deleteRule();
esArchiverUnload('timeline');
});

it('Creates and activates a new rule', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ describe('Detection rules, machine learning', () => {
});

after(() => {
esArchiverUnload('prebuilt_rules_loaded');
deleteRule();
esArchiverUnload('prebuilt_rules_loaded');
});

it('Creates and activates a new ml rule', () => {
Expand Down

0 comments on commit 486eb4b

Please sign in to comment.