test(commands): fix moved session store refs

This commit is contained in:
Peter Steinberger
2026-04-06 16:48:59 +01:00
parent 8a33a8d607
commit a830f4de4b

View File

@@ -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 } },