test: fix logger stub typing in directive-tags test
This commit is contained in:
parent
5636e6257c
commit
5ffcc4b735
@ -111,7 +111,7 @@ function createChatContext(): Pick<
|
||||
logGateway: {
|
||||
warn: vi.fn(),
|
||||
debug: vi.fn(),
|
||||
} as GatewayRequestContext["logGateway"],
|
||||
} as unknown as GatewayRequestContext["logGateway"],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user