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