Skip to content

Commit

Permalink
Please code review
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoum committed May 17, 2022
1 parent 7a0355b commit d5a2d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/security_solution/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export enum SecurityPageName {
overview = 'overview',
policies = 'policy',
rules = 'rules',
rulesCreate = 'rules_create',
rulesCreate = 'rules-create',
timelines = 'timelines',
timelinesTemplates = 'timelines-templates',
trustedApps = 'trusted_apps',
Expand All @@ -120,7 +120,7 @@ export enum SecurityPageName {
sessions = 'sessions',
usersEvents = 'users-events',
usersExternalAlerts = 'users-external_alerts',
threatHuntingLanding = 'threat-hunting',
threatHuntingLanding = 'threat_hunting',
dashboardsLanding = 'dashboards',
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const threatHuntingLinkInfo = {
features: ['siem.show'],
globalNavEnabled: false,
globalSearchKeywords: ['Threat hunting'],
id: 'threat-hunting',
id: 'threat_hunting',
path: '/threat_hunting',
title: 'Threat Hunting',
hideTimeline: true,
Expand All @@ -117,6 +117,7 @@ const hostsLinkInfo = {
description: 'A comprehensive overview of all hosts and host-related security events.',
};


describe('security app link helpers', () => {
beforeEach(() => {
mockLicense.isAtLeast = licensePremiumMock;
Expand Down

0 comments on commit d5a2d89

Please sign in to comment.