Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jul 13, 2020
1 parent 07e9edd commit 36e34d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { ADMINISTRATION } from '../../app/home/translations';
import { AdministrationSubTab } from '../types';
import { HOSTS_TAB, POLICIES_TAB } from '../common/translations';
import { SpyRoute } from '../../common/utils/route/spy_routes';
import { SecurityPageName } from '../../app/types';
import { useIngestEnabledCheck } from '../../common/hooks/endpoint/ingest_enabled';

const TabNameMappedToI18nKey: Record<string, string> = {
Expand Down Expand Up @@ -87,7 +86,7 @@ const NoPermissions = memo(() => {
</p>
}
/>
<SpyRoute pageName={SecurityPageName.management} />
<SpyRoute pageName={SecurityPageName.administration} />
</>
);
});
Expand Down

0 comments on commit 36e34d2

Please sign in to comment.