Skip to content

Commit

Permalink
[Alerting/API Tests] Add await to objectRemover.removeAll()
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Dec 5, 2023
1 parent cb74a08 commit ded3846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function createActionTests({ getService }: FtrProviderContext) {
});

afterEach(async () => {
objectRemover.removeAll();
await objectRemover.removeAll();
await esTestIndexTool.destroy();
});

Expand Down

0 comments on commit ded3846

Please sign in to comment.