Skip to content

Commit 14e92c1

Browse files
committed
[Ingest Pipelines] Fix type check errors
1 parent 65c5f58 commit 14e92c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/ingest_pipelines/public/url_generator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { IngestPipelinesUrlGenerator } from './url_generator';
88
import { INGEST_PIPELINES_PAGES } from './application/services/navigation';
99

1010
describe('IngestPipelinesUrlGenerator', () => {
11-
const getAppBasePath = (absolute) => {
11+
const getAppBasePath = (absolute: boolean = false) => {
1212
if (absolute) {
1313
return Promise.resolve('http://localhost/app/test_app');
1414
}

0 commit comments

Comments
 (0)