mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:10:43 +00:00
test(zalo): trim lifecycle reset imports
This commit is contained in:
@@ -112,9 +112,6 @@ export async function resetLifecycleTestState() {
|
||||
for (const module of loadedMonitorModules) {
|
||||
module.__testing.clearHostedMediaRouteRefsForTest();
|
||||
}
|
||||
(
|
||||
await importMonitorModule({ cacheBust: "reset-monitor", mocked: false })
|
||||
).__testing.clearHostedMediaRouteRefsForTest();
|
||||
loadedMonitorModules.clear();
|
||||
setActivePluginRegistry(createEmptyPluginRegistry());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user