mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 00:58:28 +00:00
test(gateway): clear agentCommand mock before strict bestEffort assert
This commit is contained in:
@@ -279,6 +279,7 @@ describe("gateway agent handler", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("respects explicit bestEffortDeliver=false for main session runs", async () => {
|
it("respects explicit bestEffortDeliver=false for main session runs", async () => {
|
||||||
|
mocks.agentCommand.mockClear();
|
||||||
primeMainAgentRun();
|
primeMainAgentRun();
|
||||||
|
|
||||||
await invokeAgent(
|
await invokeAgent(
|
||||||
|
|||||||
Reference in New Issue
Block a user