mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 13:30:48 +00:00
test: clarify extension resilience assertions
This commit is contained in:
@@ -88,7 +88,7 @@ describe("feishu setup wizard", () => {
|
||||
probeFeishuMock.mockResolvedValue({ ok: false, error: "mocked" });
|
||||
});
|
||||
|
||||
it("does not throw when config appId/appSecret are SecretRef objects", async () => {
|
||||
it("prompts over SecretRef appId/appSecret config objects", async () => {
|
||||
const text = vi
|
||||
.fn()
|
||||
.mockResolvedValueOnce("cli_from_prompt")
|
||||
|
||||
Reference in New Issue
Block a user