From 8d3ef4a8176065417b49892d10b74b3a97764321 Mon Sep 17 00:00:00 2001 From: shahzad31 Date: Wed, 20 Jul 2022 23:19:28 +0200 Subject: [PATCH] fix test --- x-pack/plugins/ux/public/application/ux_app.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/ux/public/application/ux_app.tsx b/x-pack/plugins/ux/public/application/ux_app.tsx index 13fab78bd2a26..93226fc8ab249 100644 --- a/x-pack/plugins/ux/public/application/ux_app.tsx +++ b/x-pack/plugins/ux/public/application/ux_app.tsx @@ -126,6 +126,8 @@ export function UXAppRoot({ const i18nCore = core.i18n; const plugins = { ...deps, maps }; + createCallApmApi(core); + return (