mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 23:56:07 +00:00
test: tighten google meet voice call warning assertion
This commit is contained in:
@@ -112,7 +112,7 @@ describe("Google Meet voice-call gateway", () => {
|
||||
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"),
|
||||
"[google-meet] Skipped intro speech because realtime bridge was not ready: No active realtime bridge for call",
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user