From b4c0d96978bf4ac7cbc9228f23d3a969c3ab39fe Mon Sep 17 00:00:00 2001 From: Matthew Prinold Date: Wed, 15 Nov 2023 11:30:26 +0000 Subject: [PATCH] fix(EntityLayout.test): mounts rootRouteRef to new tests Signed-off-by: Matthew Prinold --- .../catalog/src/components/EntityLayout/EntityLayout.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/catalog/src/components/EntityLayout/EntityLayout.test.tsx b/plugins/catalog/src/components/EntityLayout/EntityLayout.test.tsx index 9196ad9e8d..c222c2d7b6 100644 --- a/plugins/catalog/src/components/EntityLayout/EntityLayout.test.tsx +++ b/plugins/catalog/src/components/EntityLayout/EntityLayout.test.tsx @@ -266,6 +266,7 @@ describe('EntityLayout', () => { { mountedRoutes: { '/catalog/:namespace/:kind/:name': entityRouteRef, + '/catalog': rootRouteRef, }, }, );