mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 19:40:12 +01:00
tools/test-service: utilize nm_utils_get_timestamp_msec()
This is probably better than a hardcoded timestamp.
This commit is contained in:
parent
5269aba7b4
commit
cfa3a02b91
1 changed files with 1 additions and 1 deletions
|
|
@ -924,7 +924,7 @@ class WifiDevice(Device):
|
|||
PRP_WIFI_WIRELESS_CAPABILITIES: dbus.UInt32(0xFF),
|
||||
PRP_WIFI_ACCESS_POINTS: ExportedObj.to_path_array(self.aps),
|
||||
PRP_WIFI_ACTIVE_ACCESS_POINT: ExportedObj.to_path(None),
|
||||
PRP_WIFI_LAST_SCAN: dbus.Int64(0x7000000000000000),
|
||||
PRP_WIFI_LAST_SCAN: NM.utils_get_timestamp_msec(),
|
||||
}
|
||||
|
||||
self.dbus_interface_add(IFACE_WIFI, props, WifiDevice.PropertiesChanged)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue