mirror of https://github.com/openclaw/openclaw.git
fix(minimax): update discovery contract test to reflect M2.7-only catalog
This commit is contained in:
parent
949ed283b3
commit
2c750cb8d9
|
|
@ -457,7 +457,7 @@ describe("provider discovery contract", () => {
|
||||||
apiKey: "minimax-key",
|
apiKey: "minimax-key",
|
||||||
models: expect.arrayContaining([
|
models: expect.arrayContaining([
|
||||||
expect.objectContaining({ id: "MiniMax-M2.7" }),
|
expect.objectContaining({ id: "MiniMax-M2.7" }),
|
||||||
expect.objectContaining({ id: "MiniMax-VL-01" }),
|
expect.objectContaining({ id: "MiniMax-M2.7-highspeed" }),
|
||||||
]),
|
]),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue