Skip to content

Commit

Permalink
Clean tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed Dec 21, 2023
1 parent ffeb96e commit 35a9be3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,6 @@ export default ({ getService }: FtrProviderContext) => {
const { previewId } = await previewRule({ supertest, rule });
const previewAlerts = await getPreviewAlerts({ es, previewId });
const fullAlert = previewAlerts[0]._source;
if (!fullAlert) {
return expect(fullAlert).to.be.ok();
}
expect(fullAlert?.['kibana.alert.host.criticality_level']).to.eql('important');
});
});
Expand Down

0 comments on commit 35a9be3

Please sign in to comment.