mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-09 00:01:17 +00:00
fix(agents): align runtime with updated deps
This commit is contained in:
@@ -473,7 +473,11 @@ describe("model-selection", () => {
|
||||
expect(result.allowAny).toBe(false);
|
||||
expect(result.allowedKeys.has("anthropic/claude-sonnet-4-6")).toBe(true);
|
||||
expect(result.allowedCatalog).toEqual([
|
||||
{ provider: "anthropic", id: "claude-sonnet-4-6", name: "claude-sonnet-4-6" },
|
||||
expect.objectContaining({
|
||||
provider: "anthropic",
|
||||
id: "claude-sonnet-4-6",
|
||||
name: expect.any(String),
|
||||
}),
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user