mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:20:43 +00:00
[codex] Fix commitments safety and coverage (#75302)
* fix commitments safety and coverage * Repair commitments safety PR review blockers * fix(clawsweeper): address review for automerge-openclaw-openclaw-75302 (1) * Repair commitments safety PR review blocker --------- Co-authored-by: clawsweeper-repair <clawsweeper-repair@users.noreply.github.com>
This commit is contained in:
@@ -45,6 +45,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
expect(plan.lanes.map((lane) => lane.name)).toContain("install-e2e-openai");
|
||||
expect(plan.lanes.map((lane) => lane.name)).toContain("install-e2e-anthropic");
|
||||
expect(plan.lanes.map((lane) => lane.name)).toContain("mcp-channels");
|
||||
expect(plan.lanes.map((lane) => lane.name)).toContain("commitments-safety");
|
||||
expect(plan.lanes.map((lane) => lane.name)).toContain("bundled-channel-feishu");
|
||||
expect(plan.lanes.map((lane) => lane.name)).toContain("bundled-channel-update-acpx");
|
||||
expect(plan.lanes.map((lane) => lane.name)).toContain("bundled-plugin-install-uninstall-0");
|
||||
@@ -403,6 +404,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
"bundled-channel-deps-compat",
|
||||
"bundled-channel-setup-entry",
|
||||
"bundled-plugin-install-uninstall-0",
|
||||
"commitments-safety",
|
||||
"update-channel-switch",
|
||||
"upgrade-survivor",
|
||||
],
|
||||
@@ -481,6 +483,10 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
name: "bundled-plugin-install-uninstall-0",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "commitments-safety",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "update-channel-switch",
|
||||
stateScenario: "update-stable",
|
||||
|
||||
Reference in New Issue
Block a user