mirror of https://github.com/openclaw/openclaw.git
test(gateway): clear agentCommand mock before strict bestEffort assert
This commit is contained in:
parent
03122e5933
commit
d589b3a95c
|
|
@ -279,6 +279,7 @@ describe("gateway agent handler", () => {
|
|||
});
|
||||
|
||||
it("respects explicit bestEffortDeliver=false for main session runs", async () => {
|
||||
mocks.agentCommand.mockClear();
|
||||
primeMainAgentRun();
|
||||
|
||||
await invokeAgent(
|
||||
|
|
|
|||
Loading…
Reference in New Issue