test: tighten google meet voice call warning assertion

This commit is contained in:
Shakker
2026-05-10 23:05:28 +01:00
parent 5db9728e3b
commit 919c0e0e45

View File

@@ -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",
);
});