summaryrefslogtreecommitdiff
path: root/test/monitor-services
diff options
context:
space:
mode:
Diffstat (limited to 'test/monitor-services')
-rwxr-xr-xtest/monitor-services2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monitor-services b/test/monitor-services
index c435a34a..7d654471 100755
--- a/test/monitor-services
+++ b/test/monitor-services
@@ -10,7 +10,7 @@ def property_changed(name, value, path, interface):
ipath = path[path.rfind("/") + 1:]
if iface not in ["Service"]:
return
- if name in ["Profiles", "Services", "Providers",
+ if name in ["Profiles", "Services", "Providers", "Technologies",
"Devices", "Networks"]:
val = "["
for i in value: