From d89a9557696264596173c64f4407ad9d4341f2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 26 May 2026 16:23:13 +0200 Subject: [PATCH] fix: remove stale stitcher reference from catalog test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The stitcher parameter was removed from DefaultEntitiesCatalog's constructor by the stitching refactor, but two tests added by the query split PR still referenced it. Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Fredrik Adelöw --- .../catalog-backend/src/service/DefaultEntitiesCatalog.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/catalog-backend/src/service/DefaultEntitiesCatalog.test.ts b/plugins/catalog-backend/src/service/DefaultEntitiesCatalog.test.ts index d9f33b22b5..78f806adb7 100644 --- a/plugins/catalog-backend/src/service/DefaultEntitiesCatalog.test.ts +++ b/plugins/catalog-backend/src/service/DefaultEntitiesCatalog.test.ts @@ -2190,7 +2190,6 @@ describe.each(databases.eachSupportedId())( const catalog = new DefaultEntitiesCatalog({ database: knex, logger: mockServices.logger.mock(), - stitcher, }); const filter = { key: 'spec.should_include_this' }; @@ -2252,7 +2251,6 @@ describe.each(databases.eachSupportedId())( const catalog = new DefaultEntitiesCatalog({ database: knex, logger: mockServices.logger.mock(), - stitcher, }); const response = await catalog.queryEntities({