test: fix logger stub typing in directive-tags test

This commit is contained in:
Peter Steinberger
2026-02-22 11:52:18 +00:00
parent 5636e6257c
commit 5ffcc4b735

View File

@@ -111,7 +111,7 @@ function createChatContext(): Pick<
logGateway: {
warn: vi.fn(),
debug: vi.fn(),
} as GatewayRequestContext["logGateway"],
} as unknown as GatewayRequestContext["logGateway"],
};
}