diff --git a/CLUSTERFLUX_PUBLIC_TREE.json b/CLUSTERFLUX_PUBLIC_TREE.json index 8638e77..57fb27d 100644 --- a/CLUSTERFLUX_PUBLIC_TREE.json +++ b/CLUSTERFLUX_PUBLIC_TREE.json @@ -1,7 +1,7 @@ { "kind": "clusterflux-filtered-public-tree", - "source_commit": "3ad7691b64b0565b2a5381ffd811ed3c9f7c657a", - "release_name": "release-3ad7691b64b0", + "source_commit": "9b0559e0551ee175275282ed5996a23811f2a1fe", + "release_name": "release-9b0559e0551e", "filtered_out": [ "private/**", "internal/**", diff --git a/scripts/cli-happy-path-live-smoke.js b/scripts/cli-happy-path-live-smoke.js index 210d61e..b717c17 100644 --- a/scripts/cli-happy-path-live-smoke.js +++ b/scripts/cli-happy-path-live-smoke.js @@ -2075,7 +2075,7 @@ async function runLaunchAttemptOwnershipGuards({ { cwd: projectDir } ); assert.notStrictEqual(surviving.state, "not_active"); - assert.strictEqual(surviving.live_process?.id, activeProcess); + assert.strictEqual(surviving.process, activeProcess); return { rejected_attempt: rejectedAttempt, rejection: rejection.message,