mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 00:21:30 -03:30
Add HostMetrics routes to the test
This commit is contained in:
parent
8d46d32944
commit
9135ff2f77
@ -29,6 +29,7 @@ describe('getRouteConfig', () => {
|
||||
'/schedules',
|
||||
'/activity_stream',
|
||||
'/workflow_approvals',
|
||||
'/host_metrics',
|
||||
'/templates',
|
||||
'/credentials',
|
||||
'/projects',
|
||||
@ -58,6 +59,7 @@ describe('getRouteConfig', () => {
|
||||
'/schedules',
|
||||
'/activity_stream',
|
||||
'/workflow_approvals',
|
||||
'/host_metrics',
|
||||
'/templates',
|
||||
'/credentials',
|
||||
'/projects',
|
||||
@ -87,6 +89,7 @@ describe('getRouteConfig', () => {
|
||||
'/schedules',
|
||||
'/activity_stream',
|
||||
'/workflow_approvals',
|
||||
'/host_metrics',
|
||||
'/templates',
|
||||
'/credentials',
|
||||
'/projects',
|
||||
@ -117,6 +120,7 @@ describe('getRouteConfig', () => {
|
||||
'/schedules',
|
||||
'/activity_stream',
|
||||
'/workflow_approvals',
|
||||
'/host_metrics',
|
||||
'/templates',
|
||||
'/credentials',
|
||||
'/projects',
|
||||
@ -142,6 +146,7 @@ describe('getRouteConfig', () => {
|
||||
'/schedules',
|
||||
'/activity_stream',
|
||||
'/workflow_approvals',
|
||||
'/host_metrics',
|
||||
'/templates',
|
||||
'/credentials',
|
||||
'/projects',
|
||||
@ -166,6 +171,7 @@ describe('getRouteConfig', () => {
|
||||
'/schedules',
|
||||
'/activity_stream',
|
||||
'/workflow_approvals',
|
||||
'/host_metrics',
|
||||
'/templates',
|
||||
'/credentials',
|
||||
'/projects',
|
||||
@ -194,6 +200,7 @@ describe('getRouteConfig', () => {
|
||||
'/schedules',
|
||||
'/activity_stream',
|
||||
'/workflow_approvals',
|
||||
'/host_metrics',
|
||||
'/templates',
|
||||
'/credentials',
|
||||
'/projects',
|
||||
@ -223,6 +230,7 @@ describe('getRouteConfig', () => {
|
||||
'/schedules',
|
||||
'/activity_stream',
|
||||
'/workflow_approvals',
|
||||
'/host_metrics',
|
||||
'/templates',
|
||||
'/credentials',
|
||||
'/projects',
|
||||
@ -254,6 +262,7 @@ describe('getRouteConfig', () => {
|
||||
'/schedules',
|
||||
'/activity_stream',
|
||||
'/workflow_approvals',
|
||||
'/host_metrics',
|
||||
'/templates',
|
||||
'/credentials',
|
||||
'/projects',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user