summaryrefslogtreecommitdiffstats
path: root/test/deactivate-context
diff options
context:
space:
mode:
Diffstat (limited to 'test/deactivate-context')
-rwxr-xr-xtest/deactivate-context2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/deactivate-context b/test/deactivate-context
index 9d3774df..7d00761e 100755
--- a/test/deactivate-context
+++ b/test/deactivate-context
@@ -22,7 +22,7 @@ for path in properties["Modems"]:
connman = dbus.Interface(bus.get_object('org.ofono', path),
'org.ofono.ConnectionManager')
- contexts = connman.GetProperties()
+ contexts = connman.GetContexts()
if (len(contexts) == 0):
print "No context available"