summaryrefslogtreecommitdiffstats
path: root/test/list-operators
diff options
context:
space:
mode:
Diffstat (limited to 'test/list-operators')
-rwxr-xr-xtest/list-operators2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/list-operators b/test/list-operators
index 545270b4..52ef95a0 100755
--- a/test/list-operators
+++ b/test/list-operators
@@ -25,7 +25,7 @@ for path in properties["Modems"]:
properties = netreg.GetProperties()
- for path in properties["AvailableOperators"]:
+ for path in properties["Operators"]:
operator = dbus.Interface(bus.get_object('org.ofono', path),
'org.ofono.NetworkOperator')