chore: remove unused parameter

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-08-12 15:32:25 +02:00
parent 0d2e6197d8
commit 3f37ff4c42
@@ -23,7 +23,6 @@ describe('ScaffolderCatalogModule', () => {
it('should register the extension point', async () => {
const extensionPoint = { addProcessor: jest.fn() };
await startTestBackend({
services: [],
extensionPoints: [[catalogProcessingExtensionPoint, extensionPoint]],
features: [scaffolderCatalogModule({})],
});