diff --git a/packages/manager/modules/manager-pci-common/src/components/banner/free-local-zones-banner/PciFreeLocalZonesBanner.spec.tsx b/packages/manager/modules/manager-pci-common/src/components/banner/free-local-zones-banner/PciFreeLocalZonesBanner.spec.tsx index c94519bb7881..e50f83ec5440 100644 --- a/packages/manager/modules/manager-pci-common/src/components/banner/free-local-zones-banner/PciFreeLocalZonesBanner.spec.tsx +++ b/packages/manager/modules/manager-pci-common/src/components/banner/free-local-zones-banner/PciFreeLocalZonesBanner.spec.tsx @@ -14,7 +14,7 @@ describe('PciFreeLocalZonesBanner tests', () => { />, ); - expect(container.querySelector('osds-link')).toHaveAttribute( + expect(container.querySelector('ods-link')).toHaveAttribute( 'href', URLs[subsidiary], );