mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 14:48:33 +02:00
libnm-glib/test: fix test failure for test-remote-settings-client
Due to behavioral change of test-networkmanager-service.py, the test
/remote_settings/remove_connection fails (test_remove_connection() at
test-remote-settings-client.c:318).
Fixes: 66a3480329
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
df2711f197
commit
2ac34e437f
1 changed files with 1 additions and 1 deletions
|
|
@ -793,9 +793,9 @@ class Connection(dbus.service.Object):
|
|||
|
||||
@dbus.service.method(dbus_interface=IFACE_CONNECTION, in_signature='', out_signature='')
|
||||
def Delete(self):
|
||||
self.remove_from_connection()
|
||||
self.remove_func(self)
|
||||
self.Removed()
|
||||
self.remove_from_connection()
|
||||
|
||||
@dbus.service.signal(IFACE_CONNECTION, signature='')
|
||||
def Removed(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue