From 95c06f40dbcc7f6db64a5c18bbfa7655ed364747 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 12 May 2014 14:52:41 +0200 Subject: [PATCH] audio: Fix test setup --- tests/audio/test_actor.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/audio/test_actor.py b/tests/audio/test_actor.py index e24845c4..1df4ff18 100644 --- a/tests/audio/test_actor.py +++ b/tests/audio/test_actor.py @@ -28,7 +28,10 @@ class AudioTest(unittest.TestCase): 'mixer_volume': None, 'output': 'fakesink', 'visualizer': None, - } + }, + 'proxy': { + 'hostname': '', + }, } self.song_uri = path_to_uri(path_to_data_dir('song1.wav')) self.audio = audio.Audio.start(config=config).proxy()