Skip to content

Commit

Permalink
Add file upload to telemetry integration tests (elastic#53539) (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell authored Jan 8, 2020
1 parent 896ae06 commit 5567940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/test/api_integration/apis/telemetry/telemetry_local.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ export default function({ getService }) {
expect(stats.stack_stats.kibana.plugins.reporting.enabled).to.be(true);
expect(stats.stack_stats.kibana.plugins.rollups.index_patterns).to.be.an('object');
expect(stats.stack_stats.kibana.plugins.spaces.available).to.be(true);
expect(stats.stack_stats.kibana.plugins.fileUploadTelemetry.filesUploadedTotalCount).to.be.a(
'number'
);

expect(stats.stack_stats.kibana.os.platforms[0].platform).to.be.a('string');
expect(stats.stack_stats.kibana.os.platforms[0].count).to.be(1);
Expand Down

0 comments on commit 5567940

Please sign in to comment.