mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
test(config): normalize merge-patch regression fixture formatting
This commit is contained in:
@@ -70,10 +70,7 @@ describe("applyMergePatch", () => {
|
||||
};
|
||||
const patch = {
|
||||
agents: {
|
||||
list: [
|
||||
{ id: "primary", model: "new-model" },
|
||||
{ workspace: "/tmp/orphan" },
|
||||
],
|
||||
list: [{ id: "primary", model: "new-model" }, { workspace: "/tmp/orphan" }],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user