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 45e460e commit 59dd3a5Copy full SHA for 59dd3a5
test/api_integration/apis/telemetry/telemetry_local.js
@@ -90,7 +90,7 @@ export default function ({ getService }) {
90
expect(stats.stack_stats.data[0].index_count).to.be(1);
91
expect(stats.stack_stats.data[0].doc_count).to.be(0);
92
expect(stats.stack_stats.data[0].ecs_index_count).to.be(0);
93
- expect(stats.stack_stats.data[0].size_in_bytes).to.be.greaterThan(0);
+ expect(stats.stack_stats.data[0].size_in_bytes).to.be.a('number');
94
});
95
96
it('should pull local stats and validate fields', async () => {
0 commit comments