mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-04 21:41:44 +00:00
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:
@@ -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"],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user