From 610f75fcb1c5888b2d53826824fbcc47ca806055 Mon Sep 17 00:00:00 2001 From: Zita Nemeckova Date: Thu, 23 Feb 2023 15:47:28 +0100 Subject: [PATCH] Update routeConfig test to be according to RBAC --- awx/ui/src/routeConfig.test.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/awx/ui/src/routeConfig.test.js b/awx/ui/src/routeConfig.test.js index cc73d96636..4d2a237c47 100644 --- a/awx/ui/src/routeConfig.test.js +++ b/awx/ui/src/routeConfig.test.js @@ -89,7 +89,6 @@ describe('getRouteConfig', () => { '/schedules', '/activity_stream', '/workflow_approvals', - '/host_metrics', '/templates', '/credentials', '/projects', @@ -120,7 +119,6 @@ describe('getRouteConfig', () => { '/schedules', '/activity_stream', '/workflow_approvals', - '/host_metrics', '/templates', '/credentials', '/projects', @@ -146,7 +144,6 @@ describe('getRouteConfig', () => { '/schedules', '/activity_stream', '/workflow_approvals', - '/host_metrics', '/templates', '/credentials', '/projects', @@ -171,7 +168,6 @@ describe('getRouteConfig', () => { '/schedules', '/activity_stream', '/workflow_approvals', - '/host_metrics', '/templates', '/credentials', '/projects', @@ -200,7 +196,6 @@ describe('getRouteConfig', () => { '/schedules', '/activity_stream', '/workflow_approvals', - '/host_metrics', '/templates', '/credentials', '/projects', @@ -230,7 +225,6 @@ describe('getRouteConfig', () => { '/schedules', '/activity_stream', '/workflow_approvals', - '/host_metrics', '/templates', '/credentials', '/projects', @@ -262,7 +256,6 @@ describe('getRouteConfig', () => { '/schedules', '/activity_stream', '/workflow_approvals', - '/host_metrics', '/templates', '/credentials', '/projects',