mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:00:44 +00:00
test: fix Google Meet listen probe fixture types (#74824)
This commit is contained in:
@@ -698,9 +698,9 @@ describe("google-meet CLI", () => {
|
||||
session: {
|
||||
id: "meet_1",
|
||||
url: "https://meet.google.com/abc-defg-hij",
|
||||
state: "active",
|
||||
transport: "chrome-node",
|
||||
mode: "transcribe",
|
||||
state: "active" as const,
|
||||
transport: "chrome-node" as const,
|
||||
mode: "transcribe" as const,
|
||||
participantIdentity: "signed-in Google Chrome profile on a paired node",
|
||||
createdAt: "2026-04-25T00:00:00.000Z",
|
||||
updatedAt: "2026-04-25T00:00:01.000Z",
|
||||
|
||||
Reference in New Issue
Block a user