Skip to content

Commit

Permalink
Fix test (#21882)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline authored Aug 10, 2018
1 parent be23ce4 commit 9646850
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ export default function ({ getService }) {
expect(body.settings.kibana.host.length > 0).to.eql(true);
expect(body.settings.kibana.transport_address.length > 0).to.eql(true);
expect(body.settings.kibana.version.length > 0).to.eql(true);
expect(body.settings.kibana.status.length > 0).to.eql(true);
expect(body.settings.kibana.status.title.length > 0).to.eql(true);
expect(body.settings.kibana.status.uiColor.length > 0).to.eql(true);
expect(body.settings.kibana.status.nickname.length > 0).to.eql(true);
});
});
});
Expand Down

0 comments on commit 9646850

Please sign in to comment.