mirror of https://github.com/openclaw/openclaw.git
test: drop low-signal memory plugin metadata check
This commit is contained in:
parent
3c69e1ea4e
commit
09c03fcfed
|
|
@ -121,14 +121,6 @@ describe("memory plugin e2e", () => {
|
|||
}) as MemoryPluginTestConfig | undefined;
|
||||
}
|
||||
|
||||
test("memory plugin exports stable metadata", async () => {
|
||||
const { default: memoryPlugin } = await import("./index.js");
|
||||
|
||||
expect(memoryPlugin.id).toBe("memory-lancedb");
|
||||
expect(memoryPlugin.name).toBe("Memory (LanceDB)");
|
||||
expect(memoryPlugin.kind).toBe("memory");
|
||||
});
|
||||
|
||||
test("config schema parses valid config", async () => {
|
||||
const config = await parseConfig({
|
||||
autoCapture: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue