[tests/module/disk] Adapt to new input parameters

Open application now defaults to xdg-open, replace with nautilus
manually.
This commit is contained in:
Tobias Witek 2017-06-01 19:57:50 +02:00
parent 3b1c28955d
commit c75ad75920

View file

@ -20,6 +20,7 @@ class TestDiskModule(unittest.TestCase):
self._os = mock.patch("bumblebee.modules.disk.os")
self.os = self._os.start()
self.config.set("disk.path", "somepath")
self.config.set("disk.open", "nautilus")
def tearDown(self):
self._os.stop()