From 46d6fcb52e1f96a4c3de606bc6289324d02c7e3e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 23 Sep 2021 15:20:07 +0200 Subject: [PATCH] catalog-import: fix merge breakage Signed-off-by: Patrik Oldsberg --- .../src/components/ImportPage/ImportPage.test.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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({}),