From 0c020cdb7ae739ea1a88d9b65e358c5d64881988 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 26 Apr 2026 09:16:45 +0100 Subject: [PATCH] test: update ci expectation drift --- src/commands/status-json.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/status-json.test.ts b/src/commands/status-json.test.ts index 49da0cea473..56ee27f3e06 100644 --- a/src/commands/status-json.test.ts +++ b/src/commands/status-json.test.ts @@ -110,6 +110,7 @@ describe("statusJsonCommand", () => { deep: false, includeFilesystem: true, includeChannelSecurity: true, + loadPluginSecurityCollectors: false, plugins: expect.any(Array), }); expect(logs).toHaveLength(1);