test(e2e): authorize doctor install switch repairs

This commit is contained in:
Vincent Koc
2026-07-07 10:38:58 +02:00
parent ef985ecd91
commit 202d90041d
2 changed files with 14 additions and 3 deletions

View File

@@ -4028,6 +4028,7 @@ output="$(cat "$sampler_log")"
expect(doctorLoginctlShim).toContain("Linger=yes");
expect(doctorSystemctlShim).toContain("ActiveState=inactive");
expect(doctorSystemctlShim).toContain('unit_path="$HOME/.config/systemd/user/${unit}"');
expect(doctorScenario).toContain("OPENCLAW_UPDATE_PARENT_ALLOWS_GATEWAY_SERVICE_REPAIR=1");
expect(readFileSync(PLUGINS_DOCKER_E2E_PATH, "utf8")).toContain(
"scripts/e2e/lib/plugins/sweep.sh",
);