mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 16:50:44 +00:00
test: tighten voice continue operation id
This commit is contained in:
@@ -807,7 +807,9 @@ describe("voice-call plugin", () => {
|
||||
| undefined;
|
||||
expect(startPayload).toEqual(
|
||||
expect.objectContaining({
|
||||
operationId: expect.any(String),
|
||||
operationId: expect.stringMatching(
|
||||
/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/iu,
|
||||
),
|
||||
status: "pending",
|
||||
pollTimeoutMs: 180000,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user