mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Fix lint issues
This commit is contained in:
parent
6dc9cc9b34
commit
ab5e444ed4
2 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue