test(gateway): align approval and update proof · openclaw/openclaw@49d03d2
openclaw
·
2026-06-18
·
via Recent Commits to openclaw:main
Commit 49d03d2
test(gateway): align approval and update proof
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -413,7 +413,7 @@ describe("gateway tool defaults", () => {
|
413 | 413 | await callGatewayTool("exec.approval.waitDecision", {}, { id: "approval-id" }); |
414 | 414 | |
415 | 415 | const call = capturedGatewayCall(); |
416 | | -expect(call).not.toHaveProperty("deviceIdentity"); |
| 416 | +expect(call.deviceIdentity).toEqual(mocks.deviceIdentity); |
417 | 417 | expect(call.approvalRuntimeToken).toEqual(expect.any(String)); |
418 | 418 | }); |
419 | 419 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments