From dbb880d5cfab46eba2a3594521c5847fa74c3b70 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 6 Nov 2017 13:07:34 +0100 Subject: AFB.js: make HELLO the default token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I76ae307672e1268b9cc4a9194e61f884a3f7455b Signed-off-by: José Bollo --- test/monitoring/AFB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monitoring') 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 }; -- cgit 1.2.3-korg