Skip to content

Commit

Permalink
avoid pulseaudio warnings during unit tests
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23213 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 19, 2019
1 parent 763e05c commit 6516266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unittests/unit/server/mixins/audio_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def test_audio(self):
opts.speaker_codec = ["mp3"]
opts.microphone = "on"
opts.microphone_codec = ["mp3"]
opts.pulseaudio = True
opts.pulseaudio_command = ""
opts.pulseaudio = False
opts.pulseaudio_command = "/bin/true"
opts.pulseaudio_configure_commands = []
self._test_mixin_class(AudioServer, opts, {
"sound.receive" : True,
Expand Down

0 comments on commit 6516266

Please sign in to comment.