We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e433bfe commit aea910eCopy full SHA for aea910e
1 file changed
x-pack/test/alerting_api_integration/security_and_spaces/group4/tests/alerting/alerts.ts
@@ -1711,7 +1711,7 @@ instanceStateValue: true
1711
reference
1712
);
1713
// @ts-expect-error doesnt handle total: number
1714
- expect(searchResult.body.hits.total.value).to.eql(1);
+ expect(searchResult.body.hits.total.value).to.be.greaterThan(0);
1715
expectExpect(
1716
// @ts-expect-error _source: unknown
1717
JSON.parse(searchResult.body.hits.hits[0]._source.params.message)
0 commit comments