We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6729491 commit c712e78Copy full SHA for c712e78
1 file changed
tests/provider-registry-parity.test.ts
@@ -255,6 +255,7 @@ describe("provider registry parity", () => {
255
expect(PROVIDER_REGISTRY.find(entry => entry.id === "alibaba")?.baseUrlChoices).toEqual([
256
{ id: "intl", label: "International", baseUrl: "https://coding-intl.dashscope.aliyuncs.com/v1" },
257
{ id: "china", label: "China", baseUrl: "https://coding.dashscope.aliyuncs.com/v1" },
258
+ { id: "custom", label: "Custom" },
259
]);
260
expect(KEY_LOGIN_PROVIDERS["alibaba-token-plan"]).toMatchObject({
261
label: "Alibaba Token Plan (Beijing)",
0 commit comments