test: clarify extension resilience assertions

This commit is contained in:
Peter Steinberger
2026-05-08 13:20:40 +01:00
parent f5e6108133
commit f40e3fe67e
4 changed files with 3 additions and 4 deletions

View File

@@ -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")