Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/fetch/template.test.ts
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -80,7 +80,7 @@ describe('fetch:template', () => {
|
||||
workspace: {},
|
||||
});
|
||||
action = createFetchTemplateAction({
|
||||
reader: Symbol('UrlReaderService') as unknown as UrlReaderService,
|
||||
reader: Symbol('UrlReader') as unknown as UrlReaderService,
|
||||
integrations: Symbol('Integrations') as unknown as ScmIntegrations,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user