From a830f4de4bb44a5cce3831caeae64eccc1a91499 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 6 Apr 2026 16:48:59 +0100 Subject: [PATCH] test(commands): fix moved session store refs --- src/commands/status-json-payload.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/status-json-payload.test.ts b/src/commands/status-json-payload.test.ts index a15a88b6a47..1aefccad1c2 100644 --- a/src/commands/status-json-payload.test.ts +++ b/src/commands/status-json-payload.test.ts @@ -112,8 +112,8 @@ describe("status-json-payload", () => { error: null, authWarning: "warn", }, - gatewayService: { label: "LaunchAgent" }, - nodeService: { label: "node" }, + gatewayService: { label: "LaunchAgent", installed: true, loadedText: "loaded" }, + nodeService: { label: "node", installed: true, loadedText: "loaded" }, agents: [{ id: "main" }], secretDiagnostics: ["diag"], securityAudit: { summary: { critical: 1 } },