From e0da44ab121313e3c9efb75955d2037f2951a2f2 Mon Sep 17 00:00:00 2001 From: Dima Arnautov Date: Mon, 14 Sep 2020 13:03:48 +0200 Subject: [PATCH] [ML] unit test --- .../plugins/ml/public/application/util/custom_url_utils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ml/public/application/util/custom_url_utils.test.ts b/x-pack/plugins/ml/public/application/util/custom_url_utils.test.ts index b7dd9524d22c9..6a5583ecbb8ac 100644 --- a/x-pack/plugins/ml/public/application/util/custom_url_utils.test.ts +++ b/x-pack/plugins/ml/public/application/util/custom_url_utils.test.ts @@ -458,7 +458,7 @@ describe('ML - custom URL utils', () => { test('return expected url for Security app', () => { const urlConfig = { - url_name: 'Hosts Overview by process name', + url_name: 'Hosts Details by process name', url_value: "security/hosts/ml-hosts/$host.name$?_g=()&query=(query:'process.name%20:%20%22$process.name$%22',language:kuery)&timerange=(global:(linkTo:!(timeline),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')),timeline:(linkTo:!(global),timerange:(from:'$earliest$',kind:absolute,to:'$latest$')))", };