Skip to content

Commit

Permalink
Flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Oct 21, 2024
1 parent e433bfe commit aea910e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ instanceStateValue: true
reference
);
// @ts-expect-error doesnt handle total: number
expect(searchResult.body.hits.total.value).to.eql(1);
expect(searchResult.body.hits.total.value).to.be.greaterThan(0);
expectExpect(
// @ts-expect-error _source: unknown
JSON.parse(searchResult.body.hits.hits[0]._source.params.message)
Expand Down

0 comments on commit aea910e

Please sign in to comment.