From 42e3cc29cc3a8937b805d316555d949e8d052c48 Mon Sep 17 00:00:00 2001 From: jrwpatterson Date: Wed, 9 Aug 2023 12:58:18 +1000 Subject: [PATCH] feat(techdocs) fix test Signed-off-by: jrwpatterson --- plugins/catalog/src/components/AboutCard/AboutCard.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/AboutCard/AboutCard.test.tsx b/plugins/catalog/src/components/AboutCard/AboutCard.test.tsx index 2e5642ec54..036507ada7 100644 --- a/plugins/catalog/src/components/AboutCard/AboutCard.test.tsx +++ b/plugins/catalog/src/components/AboutCard/AboutCard.test.tsx @@ -400,7 +400,7 @@ describe('', () => { expect(screen.getByText('View TechDocs').closest('a')).toHaveAttribute( 'href', - '/docs/default/System/example', + '/docs/default/system/example', ); });