mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
Gateway: align cancellation ownership mock
This commit is contained in:
@@ -400,7 +400,7 @@ describe("openclaw.chat session responses", () => {
|
||||
details: { code: "system_agent_session_invalidated" },
|
||||
},
|
||||
});
|
||||
expect(setupInferenceMocks.verifySetupInference).not.toHaveBeenCalled();
|
||||
expect(inferenceFallbackMocks.verifySystemAgentInferenceWithFallback).not.toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it("routes a structured cancel through its bound session", async () => {
|
||||
|
||||
Reference in New Issue
Block a user