mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
test(memory): isolate wiki plugin fixtures (#118654)
This commit is contained in:
committed by
GitHub
parent
e402606c71
commit
65a0db95dd
@@ -82,6 +82,8 @@ describe("agent-scoped memory-wiki tools", () => {
|
||||
it("keeps apply, search, and get behavior isolated by configured agent", async () => {
|
||||
const vaultParent = await createTempDir("memory-wiki-agent-vaults-");
|
||||
const appConfig = {
|
||||
// This suite registers memory-core directly; runtime discovery would load unrelated plugins.
|
||||
plugins: { enabled: false },
|
||||
agents: {
|
||||
list: [{ id: "support", default: true }, { id: "marketing" }],
|
||||
},
|
||||
|
||||
@@ -18,6 +18,8 @@ import { createMemoryWikiTestHarness } from "./test-helpers.js";
|
||||
const { createVault } = createMemoryWikiTestHarness();
|
||||
|
||||
const appConfig = {
|
||||
// This suite registers memory-core directly; runtime discovery would load unrelated plugins.
|
||||
plugins: { enabled: false },
|
||||
agents: { list: [{ id: "main", default: true }, { id: "secondary" }] },
|
||||
} as OpenClawConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user