mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 21:18:39 +00:00
test: harden plugin env-scoped fixtures
This commit is contained in:
@@ -41,7 +41,10 @@ describe("config plugin validation", () => {
|
||||
const suiteEnv = () =>
|
||||
({
|
||||
...process.env,
|
||||
HOME: suiteHome,
|
||||
OPENCLAW_HOME: undefined,
|
||||
OPENCLAW_STATE_DIR: path.join(suiteHome, ".openclaw"),
|
||||
CLAWDBOT_STATE_DIR: undefined,
|
||||
OPENCLAW_PLUGIN_MANIFEST_CACHE_MS: "10000",
|
||||
}) satisfies NodeJS.ProcessEnv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user