mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 12:30:24 +01:00
tests: fix dry-run for _dbus_property_set() in test-networkmanager-service.py
This commit is contained in:
parent
1410dac5c3
commit
3255a97b3a
1 changed files with 2 additions and 0 deletions
|
|
@ -432,6 +432,8 @@ class ExportedObj(dbus.service.Object):
|
|||
if not permission_granted:
|
||||
raise TestError("Cannot set property '%s' on '%s' on '%s' via D-Bus" % (propname, dbus_iface, self.path))
|
||||
|
||||
return
|
||||
|
||||
assert propname in props
|
||||
|
||||
props[propname] = value
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue