aboutsummaryrefslogtreecommitdiff
path: root/app/tests/test_converter_progress.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/tests/test_converter_progress.py')
-rw-r--r--app/tests/test_converter_progress.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/tests/test_converter_progress.py b/app/tests/test_converter_progress.py
index 9a1147c..d77e9e0 100644
--- a/app/tests/test_converter_progress.py
+++ b/app/tests/test_converter_progress.py
@@ -116,6 +116,7 @@ class _ConvertFixture:
return_value=MagicMock()):
converter = AudiobookConverter(
voice_mode=VOICE_MODE_CUSTOM, backend=BACKEND_QWEN,
+ voice="Vivian",
output_format="mp3", language="English",
progress=progress, cancel=cancel)
converter.tts.process_chunk_with_retry.return_value = "chunk_0001.wav"