Gateway: align cancellation ownership mock

This commit is contained in:
Jesse Merhi
2026-08-09 16:23:39 +10:00
parent d9d0b30ce3
commit ae16f6ba87
@@ -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 () => {