mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 21:01:43 +03:00
chore: fix lint/test gating
This commit is contained in:
@@ -405,10 +405,7 @@ describe("directive parsing", () => {
|
||||
agent: {
|
||||
model: "openai/gpt-4.1-mini",
|
||||
workspace: path.join(home, "clawd"),
|
||||
allowedModels: [
|
||||
"openai/gpt-4.1-mini",
|
||||
"anthropic/claude-opus-4-5",
|
||||
],
|
||||
allowedModels: ["openai/gpt-4.1-mini", "anthropic/claude-opus-4-5"],
|
||||
modelAliases: {
|
||||
Opus: "anthropic/claude-opus-4-5",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user