test: seal auth list json · openclaw/openclaw@d0e7df3
shakkernerd
·
2026-05-12
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -95,7 +95,7 @@ describe("modelsAuthListCommand", () => {
|
95 | 95 | provider: "openai-codex", |
96 | 96 | }); |
97 | 97 | expect(runtime.jsonPayloads).toStrictEqual([ |
98 | | -expect.objectContaining({ |
| 98 | +{ |
99 | 99 | agentDir: "/tmp/openclaw/agents/coder", |
100 | 100 | agentId: "coder", |
101 | 101 | authStatePath: "/tmp/openclaw/agents/coder/auth-state.json", |
@@ -111,7 +111,7 @@ describe("modelsAuthListCommand", () => {
|
111 | 111 | }, |
112 | 112 | ], |
113 | 113 | provider: "openai-codex", |
114 | | -}), |
| 114 | +}, |
115 | 115 | ]); |
116 | 116 | expect(JSON.stringify(runtime.jsonPayloads[0])).not.toContain("secret"); |
117 | 117 | }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。