[tests/module/disk] Adapt to new input parameters
Open application now defaults to xdg-open, replace with nautilus manually.
This commit is contained in:
parent
3b1c28955d
commit
c75ad75920
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class TestDiskModule(unittest.TestCase):
|
||||||
self._os = mock.patch("bumblebee.modules.disk.os")
|
self._os = mock.patch("bumblebee.modules.disk.os")
|
||||||
self.os = self._os.start()
|
self.os = self._os.start()
|
||||||
self.config.set("disk.path", "somepath")
|
self.config.set("disk.path", "somepath")
|
||||||
|
self.config.set("disk.open", "nautilus")
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
self._os.stop()
|
self._os.stop()
|
||||||
|
|
Loading…
Reference in a new issue