Skip to content

Commit

Permalink
[Ingest Pipelines] Fix type check errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Sep 18, 2020
1 parent 65c5f58 commit 14e92c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { IngestPipelinesUrlGenerator } from './url_generator';
import { INGEST_PIPELINES_PAGES } from './application/services/navigation';

describe('IngestPipelinesUrlGenerator', () => {
const getAppBasePath = (absolute) => {
const getAppBasePath = (absolute: boolean = false) => {
if (absolute) {
return Promise.resolve('http://localhost/app/test_app');
}
Expand Down

0 comments on commit 14e92c1

Please sign in to comment.