mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:11:26 +00:00
fix: align draft/outbound typings and tests
This commit is contained in:
@@ -31,7 +31,7 @@ function requireGatewayTool(agentSessionKey?: string) {
|
||||
function expectConfigMutationCall(params: {
|
||||
callGatewayTool: {
|
||||
mock: {
|
||||
calls: Array<[string, unknown, Record<string, unknown>]>;
|
||||
calls: Array<readonly unknown[]>;
|
||||
};
|
||||
};
|
||||
action: "config.apply" | "config.patch";
|
||||
|
||||
Reference in New Issue
Block a user