aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-08-10 16:38:47 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-08-10 16:46:30 -0700
commit17aba888bb7650a7ecc07e568ca85243311a6f02 (patch)
treea9dfc06decb56d5f944e53187edd66d8f8d81b85
parent4da53f18e97043b387cb46cc29797ba6494fbb0d (diff)
binding: network: tests: change default token
Change the DEFAULT_TOKEN to the AGL default of HELLO Bug-AGL: SPEC-1660 Change-Id: I53b94b76d3f63d566105b35a63cebd3d9cc8ae2d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--test/agl-service-network-ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/agl-service-network-ctl.c b/test/agl-service-network-ctl.c
index 0686b5e..91f86d4 100644
--- a/test/agl-service-network-ctl.c
+++ b/test/agl-service-network-ctl.c
@@ -704,7 +704,7 @@ static struct option opts[] = {
#define DEFAULT_URL "ws://localhost"
#define DEFAULT_PORT 1234
-#define DEFAULT_TOKEN "1"
+#define DEFAULT_TOKEN "HELLO"
#define DEFAULT_API "network-manager"
#define DEFAULT_DEBUG true