aboutsummaryrefslogtreecommitdiff
path: root/app/tests/test_hub.py
diff options
context:
space:
mode:
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)