mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:40:42 +00:00
test: pass env to fallback metadata snapshot
This commit is contained in:
@@ -147,7 +147,10 @@ let authTempRoot = "";
|
||||
let authTempCounter = 0;
|
||||
|
||||
beforeAll(() => {
|
||||
setCurrentPluginMetadataSnapshot(loadPluginMetadataSnapshot({ config: {} }), { config: {} });
|
||||
setCurrentPluginMetadataSnapshot(loadPluginMetadataSnapshot({ config: {}, env: process.env }), {
|
||||
config: {},
|
||||
env: process.env,
|
||||
});
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
|
||||
Reference in New Issue
Block a user