From 3e781310f998100eb34d4dcd767d7337d98e67f6 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sun, 14 Feb 2016 00:15:27 +0100 Subject: [PATCH] tests: Add buffer_time to test config --- tests/audio/test_actor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/audio/test_actor.py b/tests/audio/test_actor.py index 2bcc792a..b6ec6170 100644 --- a/tests/audio/test_actor.py +++ b/tests/audio/test_actor.py @@ -22,6 +22,7 @@ from tests import dummy_audio, path_to_data_dir class BaseTest(unittest.TestCase): config = { 'audio': { + 'buffer_time': None, 'mixer': 'fakemixer track_max_volume=65536', 'mixer_track': None, 'mixer_volume': None, @@ -38,6 +39,7 @@ class BaseTest(unittest.TestCase): def setUp(self): # noqa: N802 config = { 'audio': { + 'buffer_time': None, 'mixer': 'foomixer', 'mixer_volume': None, 'output': 'testoutput',