mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-15 16:00:49 +00:00
test: clarify acp live streaming assertions
This commit is contained in:
@@ -2050,7 +2050,7 @@ describe("dispatchReplyFromConfig", () => {
|
||||
acp: {
|
||||
enabled: true,
|
||||
dispatch: { enabled: true },
|
||||
stream: { coalesceIdleMs: 0, maxChunkChars: 128 },
|
||||
stream: { deliveryMode: "live", coalesceIdleMs: 0, maxChunkChars: 128 },
|
||||
},
|
||||
} as OpenClawConfig;
|
||||
const dispatcher = createDispatcher();
|
||||
@@ -2470,7 +2470,7 @@ describe("dispatchReplyFromConfig", () => {
|
||||
acp: {
|
||||
enabled: true,
|
||||
dispatch: { enabled: true },
|
||||
stream: { coalesceIdleMs: 0, maxChunkChars: 256 },
|
||||
stream: { deliveryMode: "live", coalesceIdleMs: 0, maxChunkChars: 256 },
|
||||
},
|
||||
} as OpenClawConfig;
|
||||
const dispatcher = createDispatcher();
|
||||
@@ -2548,7 +2548,7 @@ describe("dispatchReplyFromConfig", () => {
|
||||
acp: {
|
||||
enabled: true,
|
||||
dispatch: { enabled: true },
|
||||
stream: { coalesceIdleMs: 0, maxChunkChars: 256 },
|
||||
stream: { deliveryMode: "live", coalesceIdleMs: 0, maxChunkChars: 256 },
|
||||
},
|
||||
} as OpenClawConfig;
|
||||
const dispatcher = createDispatcher();
|
||||
@@ -2601,7 +2601,7 @@ describe("dispatchReplyFromConfig", () => {
|
||||
acp: {
|
||||
enabled: true,
|
||||
dispatch: { enabled: true },
|
||||
stream: { coalesceIdleMs: 0, maxChunkChars: 256 },
|
||||
stream: { deliveryMode: "live", coalesceIdleMs: 0, maxChunkChars: 256 },
|
||||
},
|
||||
} as OpenClawConfig;
|
||||
const dispatcher = createDispatcher();
|
||||
|
||||
Reference in New Issue
Block a user