mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-04 14:10:30 +01:00
integration-test: fix typo in interface name
The display device will use the org.freedesktop.UPower.Device interface, not org.freedesktop.UPower.
This commit is contained in:
parent
b549d8928b
commit
da7517137e
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ class Tests(unittest.TestCase):
|
|||
proxy = Gio.DBusProxy.new_sync(
|
||||
self.dbus, Gio.DBusProxyFlags.DO_NOT_AUTO_START, None, UP,
|
||||
UP_DISPLAY_OBJECT_PATH, 'org.freedesktop.DBus.Properties', None)
|
||||
return proxy.Get('(ss)', UP, name)
|
||||
return proxy.Get('(ss)', UP + '.Device', name)
|
||||
|
||||
def get_dbus_dev_property(self, device, name):
|
||||
'''Get property value from an upower device D-Bus path.'''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue