mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:20:43 +00:00
test: accept concise transport replay response
This commit is contained in:
@@ -377,7 +377,7 @@ describeLive("tool replay repair live", () => {
|
||||
|
||||
expect(response.stopReason).not.toBe("error");
|
||||
if (text.length > 0) {
|
||||
expect(text).toMatch(/^transport(?: replay ok\.?)?$/i);
|
||||
expect(text).toMatch(/^transport(?: replay(?: ok\.?)?)?$/i);
|
||||
}
|
||||
},
|
||||
3 * 60 * 1000,
|
||||
|
||||
Reference in New Issue
Block a user