mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 22:30:21 +00:00
refactor!: drop legacy CLAWDBOT env compatibility
This commit is contained in:
@@ -196,7 +196,6 @@ describe("channel plugin catalog", () => {
|
||||
env: {
|
||||
...process.env,
|
||||
OPENCLAW_STATE_DIR: stateDir,
|
||||
CLAWDBOT_STATE_DIR: undefined,
|
||||
OPENCLAW_BUNDLED_PLUGINS_DIR: "/nonexistent/bundled/plugins",
|
||||
},
|
||||
}).find((item) => item.id === "demo-channel");
|
||||
@@ -273,7 +272,6 @@ describe("channel plugin catalog", () => {
|
||||
env: {
|
||||
...process.env,
|
||||
OPENCLAW_STATE_DIR: stateDir,
|
||||
CLAWDBOT_STATE_DIR: undefined,
|
||||
},
|
||||
}).map((entry) => entry.id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user