Skip to content

Commit

Permalink
remove assertion on legacy kibana plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Aug 20, 2020
1 parent cc84404 commit f6dec8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/api_integration/apis/status/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ export default function ({ getService }) {
expect(body.status.overall.state).to.be('green');

expect(body.status.statuses).to.be.an('array');
const kibanaPlugin = body.status.statuses.find((s) => {
return s.id.indexOf('plugin:kibana') === 0;
});
expect(kibanaPlugin.state).to.be('green');

expect(body.metrics.collection_interval_in_millis).to.be.a('number');

Expand Down

0 comments on commit f6dec8b

Please sign in to comment.