mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:30:42 +00:00
test(plugins): use valid plugin origin in loader test
This commit is contained in:
@@ -7,7 +7,7 @@ describe("plugin loader records", () => {
|
||||
id: "kitchen-sink",
|
||||
name: "Kitchen Sink",
|
||||
source: "/tmp/kitchen-sink/index.js",
|
||||
origin: "external",
|
||||
origin: "global",
|
||||
enabled: true,
|
||||
channelIds: ["kitchen-sink-channel"],
|
||||
configSchema: false,
|
||||
|
||||
Reference in New Issue
Block a user