Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Dec 1, 2021
1 parent 4c22c94 commit 41285c1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ describe('useWorkplaceSearchNav', () => {
name: 'Users and roles',
href: '/users_and_roles',
},
{
id: 'apiKeys',
name: 'API keys',
href: '/api_keys',
},
{
id: 'security',
name: 'Security',
Expand Down

0 comments on commit 41285c1

Please sign in to comment.