mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 13:31:25 +00:00
test(core): continue reset-to-clear cleanup in subagent focus and web fetch
This commit is contained in:
@@ -74,7 +74,7 @@ describe("web_fetch SSRF protection", () => {
|
||||
|
||||
afterEach(() => {
|
||||
global.fetch = priorFetch;
|
||||
lookupMock.mockReset();
|
||||
lookupMock.mockClear();
|
||||
vi.restoreAllMocks();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user