Skip to content

Commit

Permalink
[ML] unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Sep 14, 2020
1 parent 5b34682 commit e0da44a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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$')))",
};
Expand Down

0 comments on commit e0da44a

Please sign in to comment.