aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-11-06 13:07:34 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-11-06 13:07:34 +0100
commitdbb880d5cfab46eba2a3594521c5847fa74c3b70 (patch)
treeab0bc7611c91d7e016e396af7afcf6e09a0da440 /test
parent2b8dadf32dbb1a412bfb89830aa67f02264b58eb (diff)
AFB.js: make HELLO the default token
Change-Id: I76ae307672e1268b9cc4a9194e61f884a3f7455b Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'test')
-rw-r--r--test/AFB.js2
-rw-r--r--test/monitoring/AFB.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/AFB.js b/test/AFB.js
index ea70357b..ed2ffc2d 100644
--- a/test/AFB.js
+++ b/test/AFB.js
@@ -21,7 +21,7 @@ if (typeof base != "object")
var initial = {
base: base.base || "api",
- token: base.token || initialtoken || "hello",
+ token: base.token || initialtoken || "HELLO",
host: base.host || window.location.host,
url: base.url || undefined
};
diff --git a/test/monitoring/AFB.js b/test/monitoring/AFB.js
index ea70357b..ed2ffc2d 100644
--- a/test/monitoring/AFB.js
+++ b/test/monitoring/AFB.js
@@ -21,7 +21,7 @@ if (typeof base != "object")
var initial = {
base: base.base || "api",
- token: base.token || initialtoken || "hello",
+ token: base.token || initialtoken || "HELLO",
host: base.host || window.location.host,
url: base.url || undefined
};