We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3398496 commit 06cb9bfCopy full SHA for 06cb9bf
x-pack/test/api_integration/apis/metrics_ui/metrics_alerting.ts
@@ -48,7 +48,9 @@ export default function ({ getService }: FtrProviderContext) {
48
});
49
50
expect(result.hits).to.be.ok();
51
- expect(result.aggregations).to.be.ok();
+ if (aggType !== 'count') {
52
+ expect(result.aggregations).to.be.ok();
53
+ }
54
55
}
56
it('should work with a filterQuery', async () => {
0 commit comments