From 9b66e291aea130f52cd61328d60becbe7ef5e964 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 17 Jun 2026 10:06:18 +0200 Subject: [PATCH] test(doctor): align migration harness --- src/commands/doctor.e2e-harness.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/commands/doctor.e2e-harness.ts b/src/commands/doctor.e2e-harness.ts index 73292ad64080..e4f418989672 100644 --- a/src/commands/doctor.e2e-harness.ts +++ b/src/commands/doctor.e2e-harness.ts @@ -225,6 +225,11 @@ function createLegacyStateMigrationDetectionResult(params?: { sourcePath: "/tmp/state/plugins/installs.json", hasLegacy: false, }, + debugProxyCaptureSidecar: { + sourcePath: "/tmp/state/debug-proxy/capture.sqlite", + blobDir: "/tmp/state/debug-proxy/blobs", + hasLegacy: false, + }, stateSchema: { hasLegacy: false, preview: [],