mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:40:43 +00:00
test(update): cover authenticated restart updates
This commit is contained in:
@@ -156,6 +156,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
"update-channel-switch",
|
||||
"upgrade-survivor",
|
||||
"published-upgrade-survivor",
|
||||
"update-restart-auth",
|
||||
]);
|
||||
expect(packageUpdateCore.lanes).toEqual(
|
||||
expect.arrayContaining([
|
||||
@@ -188,6 +189,11 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
name: "published-upgrade-survivor",
|
||||
stateScenario: "upgrade-survivor",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "update-restart-auth",
|
||||
command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:update-restart-auth",
|
||||
stateScenario: "upgrade-survivor",
|
||||
}),
|
||||
]),
|
||||
);
|
||||
expect(pluginsRuntimePlugins.lanes.map((lane) => lane.name)).toEqual(["plugins"]);
|
||||
|
||||
Reference in New Issue
Block a user