aboutsummaryrefslogtreecommitdiff
path: root/app/tests/test_hub.py
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-24 13:50:50 -0400
committerhistoria <historiavg@proton.me>2026-08-24 13:50:50 -0400
commitdff790664389d60d16729092a58d9c0dc490a953 (patch)
tree7c29996d78b0c1ae82fa9c4dc71ed39bb70d180e /app/tests/test_hub.py
parentaac8febbdb45b7994e209bc74a44f8fc98fc745d (diff)
downloadtts-audiobook-generator-dff790664389d60d16729092a58d9c0dc490a953.tar.gz
remove: --chunk flag (always force client-side chunking)
Diffstat (limited to 'app/tests/test_hub.py')
-rw-r--r--app/tests/test_hub.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tests/test_hub.py b/app/tests/test_hub.py
index 2fe0b2f..1b7630e 100644
--- a/app/tests/test_hub.py
+++ b/app/tests/test_hub.py
@@ -429,8 +429,8 @@ class ConvertFlowTests(unittest.TestCase):
self.addCleanup(patcher.stop)
def _answer_common_options(self):
- # Output format, speed, single-file, chunk, debug.
- self.tui.script += ["m4b", "1.5", False, False, False]
+ # Output format, speed, single-file, debug.
+ self.tui.script += ["m4b", "1.5", False, False]
# ------------------------------------------------------------------
# audio.cpp: remote server (no local checkout / server.json)