summaryrefslogtreecommitdiffstats
path: root/test/create-context
diff options
context:
space:
mode:
Diffstat (limited to 'test/create-context')
-rwxr-xr-xtest/create-context2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/create-context b/test/create-context
index 138efd15..08f29600 100755
--- a/test/create-context
+++ b/test/create-context
@@ -25,7 +25,7 @@ for path in properties["Modems"]:
properties = connmgr.GetProperties()
if (properties["PrimaryContexts"] == []):
- path = connmgr.CreateContext()
+ path = connmgr.CreateContext("Example", "internet")
else:
path = properties["PrimaryContexts"][0]