fix: remove stale stitcher reference from catalog test

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) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-05-26 16:23:13 +02:00
parent e223e89103
commit d89a955769
@@ -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({