test(plugins): include dreaming sidecar in startup expectation (#116018)

(cherry picked from commit cbb3c420db)

Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
Vincent Koc
2026-07-30 01:52:25 +08:00
committed by GitHub
parent aef33cfef7
commit fa570d8ed3

View File

@@ -2509,7 +2509,7 @@ describe("resolveGatewayStartupPluginIds", () => {
enabledPluginIds: ["memory-lancedb"],
memorySlot: "memory-lancedb",
}),
expected: ["demo-channel", "browser", "memory-lancedb"],
expected: ["demo-channel", "browser", "memory-core", "memory-lancedb"],
});
});