mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
fix(provider-topology): update label assignment to include nodeName
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -235,9 +235,8 @@ describe("MiMo Free provider registration", () => {
|
||||
expect(PROVIDERS.mmf?.noAuth).toBe(true);
|
||||
});
|
||||
|
||||
it("exposes the mmf model catalog", () => {
|
||||
expect(Array.isArray(PROVIDER_MODELS.mmf)).toBe(true);
|
||||
expect(PROVIDER_MODELS.mmf.some((m) => m.id === "mimo-auto")).toBe(true);
|
||||
it("exposes only mimo-auto (the sole free-channel model)", () => {
|
||||
expect(PROVIDER_MODELS.mmf.map((m) => m.id)).toEqual(["mimo-auto"]);
|
||||
});
|
||||
|
||||
it("maps the mimo-free alias to mmf", () => {
|
||||
|
||||
Reference in New Issue
Block a user