Fix lint issues

This commit is contained in:
Matthew Bargar 2016-04-29 12:12:58 -04:00
parent 6dc9cc9b34
commit ab5e444ed4
2 changed files with 3 additions and 2 deletions

View file

@ -33,7 +33,7 @@ export default class BasePathProxy {
this.basePath = `/${sample(alphabet, 3).join('')}`;
config.set('server.basePath', this.basePath);
}
config.set('server.maxPayloadBytes', 1024 * 1024 * 1024);
setupLogging(null, this.server, config);

View file

@ -143,7 +143,8 @@ define(function (require) {
});
});
bdd.it('should accept a boolean pipeline query string parameter enabling use of the index pattern\'s associated pipeline', function () {
bdd.it('should accept a boolean pipeline query string parameter enabling use of the index pattern\'s associated pipeline',
function () {
return es.transport.request({
path: '_ingest/pipeline/kibana-names',
method: 'put',