mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 21:54:32 +00:00
test: fix logger stub typing in directive-tags test
This commit is contained in:
@@ -111,7 +111,7 @@ function createChatContext(): Pick<
|
|||||||
logGateway: {
|
logGateway: {
|
||||||
warn: vi.fn(),
|
warn: vi.fn(),
|
||||||
debug: vi.fn(),
|
debug: vi.fn(),
|
||||||
} as GatewayRequestContext["logGateway"],
|
} as unknown as GatewayRequestContext["logGateway"],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user