fix(ci): align test fixtures with current runner types

This commit is contained in:
Peter Steinberger
2026-04-05 11:22:39 +01:00
parent 8c1ca1f245
commit 4559ece355
5 changed files with 11 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ function createToolHandlerCtx(params: {
},
hookRunner: hookMocks.runner,
state: {
toolMetaById: new Map<string, string | undefined>(),
...createBaseToolHandlerState(),
},
log: { debug: vi.fn(), warn: vi.fn() },