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);