mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 16:58:07 +02:00
integration-test: Fix path for unparented device
Paths supplied to testbed.add_device() are relative to /sys/devices already and therefore must not start with /sys/devices. This does not change the result of the test. https://bugs.freedesktop.org/show_bug.cgi?id=100539
This commit is contained in:
parent
90aec997ce
commit
c237298297
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ class Tests(dbusmock.DBusTestCase):
|
|||
|
||||
dev = self.testbed.add_device(
|
||||
'input',
|
||||
'/sys/devices/virtual/input/input18',
|
||||
'virtual/input/input18',
|
||||
None,
|
||||
[], [])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue