We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c5f58 commit 14e92c1Copy full SHA for 14e92c1
1 file changed
x-pack/plugins/ingest_pipelines/public/url_generator.test.ts
@@ -8,7 +8,7 @@ import { IngestPipelinesUrlGenerator } from './url_generator';
8
import { INGEST_PIPELINES_PAGES } from './application/services/navigation';
9
10
describe('IngestPipelinesUrlGenerator', () => {
11
- const getAppBasePath = (absolute) => {
+ const getAppBasePath = (absolute: boolean = false) => {
12
if (absolute) {
13
return Promise.resolve('http://localhost/app/test_app');
14
}
0 commit comments