test: accept concise transport replay response

This commit is contained in:
Peter Steinberger
2026-05-03 15:37:13 +01:00
parent 727398f41a
commit 34bc31fb2c

View File

@@ -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,