summaryrefslogtreecommitdiff
path: root/test/get-state
diff options
context:
space:
mode:
Diffstat (limited to 'test/get-state')
-rwxr-xr-xtest/get-state4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/get-state b/test/get-state
index 38c1dc94..75d5a16a 100755
--- a/test/get-state
+++ b/test/get-state
@@ -4,8 +4,8 @@ import dbus
bus = dbus.SystemBus()
-manager = dbus.Interface(bus.get_object('org.moblin.connman', "/"),
- 'org.moblin.connman.Manager')
+manager = dbus.Interface(bus.get_object('net.connman', "/"),
+ 'net.connman.Manager')
properties = manager.GetProperties()