This commit is contained in:
Chris Roberson 2018-08-10 12:44:06 -04:00 committed by GitHub
parent be23ce4068
commit 9646850306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
});
});
});