mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 04:31:10 +00:00
Tests: align approval runtime helpers
This commit is contained in:
@@ -422,7 +422,11 @@ describe("createChannelApprovalCapability", () => {
|
||||
deliverPending: vi.fn(),
|
||||
},
|
||||
};
|
||||
const render = { buildPendingReplyPayload: vi.fn() };
|
||||
const render = {
|
||||
exec: {
|
||||
buildPendingPayload: vi.fn(),
|
||||
},
|
||||
};
|
||||
const native = { describeDeliveryCapabilities: vi.fn() };
|
||||
|
||||
expect(
|
||||
|
||||
Reference in New Issue
Block a user