test: spell qwen doctor hint · openclaw/openclaw@068bbb4
shakkernerd
·
2026-05-13
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -14,8 +14,8 @@ describe("formatAuthDoctorHint", () => {
|
14 | 14 | provider: "qwen-portal", |
15 | 15 | }); |
16 | 16 | |
17 | | -expect(hint).toContain("openclaw onboard --auth-choice qwen-api-key"); |
18 | | -expect(hint).toContain("qwen-api-key-cn"); |
19 | | -expect(hint).not.toContain("--provider qwen"); |
| 17 | +expect(hint).toBe( |
| 18 | + "Qwen OAuth via portal.qwen.ai has been deprecated. Please migrate to Qwen Cloud Coding Plan. Run: openclaw onboard --auth-choice qwen-api-key (or qwen-api-key-cn for the China endpoint). Legacy modelstudio auth-choice ids still work.", |
| 19 | +); |
20 | 20 | }); |
21 | 21 | }); |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。