mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: tighten google meet voice assertions
This commit is contained in:
@@ -108,7 +108,9 @@ describe("Google Meet voice-call gateway", () => {
|
||||
message: "Say exactly: I'm here and listening.",
|
||||
});
|
||||
|
||||
expect(result).toMatchObject({ callId: "call-1", dtmfSent: true, introSent: false });
|
||||
expect(result.callId).toBe("call-1");
|
||||
expect(result.dtmfSent).toBe(true);
|
||||
expect(result.introSent).toBe(false);
|
||||
expect(logger.warn).toHaveBeenCalledWith(
|
||||
expect.stringContaining("Skipped intro speech because realtime bridge was not ready"),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user