Skip to content

Commit

Permalink
fix navi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jul 7, 2020
1 parent bfa95c9 commit 94257b8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ describe('SIEM Navigation', () => {
},
management: {
disabled: false,
href: '/app/security/management',
href: '/app/security/administration',
id: 'management',
name: 'Management',
name: 'Administration',
urlKey: 'management',
},
hosts: {
Expand Down Expand Up @@ -220,9 +220,9 @@ describe('SIEM Navigation', () => {
},
management: {
disabled: false,
href: '/app/security/management',
href: '/app/security/administration',
id: 'management',
name: 'Management',
name: 'Administration',
urlKey: 'management',
},
network: {
Expand Down

0 comments on commit 94257b8

Please sign in to comment.