diff --git a/plugins/catalog/src/CatalogClientWrapper.test.ts b/plugins/catalog/src/CatalogClientWrapper.test.ts index 8a5c58194a..e2aea16526 100644 --- a/plugins/catalog/src/CatalogClientWrapper.test.ts +++ b/plugins/catalog/src/CatalogClientWrapper.test.ts @@ -18,7 +18,7 @@ import { CatalogClient } from '@backstage/catalog-client'; import { DiscoveryApi, IdentityApi } from '@backstage/core'; import { CatalogClientWrapper } from './CatalogClientWrapper'; -jest.mock('./CatalogClient'); +jest.mock('@backstage/catalog-client'); const MockedCatalogClient = CatalogClient as jest.Mock; const mockBaseUrl = 'http://backstage:9191/i-am-a-mock-base';