mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
libnm/tests: notify of changing active-connections in manager mock
This commit is contained in:
parent
f234279c94
commit
402ba09269
1 changed files with 1 additions and 0 deletions
|
|
@ -741,6 +741,7 @@ class NetworkManager(ExportedObj):
|
|||
|
||||
if s_con['id'] == 'object-creation-failed-test':
|
||||
self.active_connections.remove(ac)
|
||||
self.__notify(PM_ACTIVE_CONNECTIONS)
|
||||
ac.remove_from_connection()
|
||||
else:
|
||||
GLib.timeout_add(50, set_device_ac_cb, device, ac)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue