Skip to content

Commit c712e78

Browse files
committed
test(providers): expect Alibaba Coding Plan custom baseUrl choice
Registry now includes the custom endpoint option alongside intl and china presets.
1 parent 6729491 commit c712e78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/provider-registry-parity.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ describe("provider registry parity", () => {
255255
expect(PROVIDER_REGISTRY.find(entry => entry.id === "alibaba")?.baseUrlChoices).toEqual([
256256
{ id: "intl", label: "International", baseUrl: "https://coding-intl.dashscope.aliyuncs.com/v1" },
257257
{ id: "china", label: "China", baseUrl: "https://coding.dashscope.aliyuncs.com/v1" },
258+
{ id: "custom", label: "Custom" },
258259
]);
259260
expect(KEY_LOGIN_PROVIDERS["alibaba-token-plan"]).toMatchObject({
260261
label: "Alibaba Token Plan (Beijing)",

0 commit comments

Comments
 (0)