This commit is contained in:
Igor Loskutov
2025-12-16 16:44:15 -05:00
parent c280e8dc1d
commit 447bf97854
4 changed files with 9 additions and 8 deletions

View File

@@ -332,7 +332,7 @@ async def test_prepare_multitrack_config():
) as mock_rc:
mock_rc.get_by_id = AsyncMock(return_value=mock_recording)
result = await prepare_transcript_processing(validation, room_id="test-room")
result = await prepare_transcript_processing(validation)
assert isinstance(result, MultitrackProcessingConfig)
assert result.bucket_name == "test-bucket"