diff --git a/plugins/catalog-import/src/components/ImportPage/ImportPage.test.tsx b/plugins/catalog-import/src/components/ImportPage/ImportPage.test.tsx index fe3c3673f8..92a6077792 100644 --- a/plugins/catalog-import/src/components/ImportPage/ImportPage.test.tsx +++ b/plugins/catalog-import/src/components/ImportPage/ImportPage.test.tsx @@ -61,10 +61,8 @@ describe('', () => { catalogImportApiRef, new CatalogImportClient({ discoveryApi: {} as any, - githubAuthApi: { - getAccessToken: async () => 'token', - }, identityApi, + scmAuthApi: {} as any, scmIntegrationsApi: {} as any, catalogApi: {} as any, configApi: new ConfigReader({}),