mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-08 14:56:49 +00:00
feat: allow livekit to work with tunnels udp and tcp with quickguide (#948)
This commit is contained in:
committed by
GitHub
parent
df782107d7
commit
f4f94a0d99
@@ -171,5 +171,5 @@ async def test_multitrack_pipeline_end_to_end(
|
||||
assert len(messages) >= 1, "Should have received at least 1 email"
|
||||
email_msg = messages[0]
|
||||
assert (
|
||||
"Transcript Ready" in email_msg.get("Subject", "")
|
||||
"Reflector:" in email_msg.get("Subject", "")
|
||||
), f"Email subject should contain 'Transcript Ready', got: {email_msg.get('Subject')}"
|
||||
|
||||
Reference in New Issue
Block a user