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