X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test%2FAFB.js;h=8fccdb04e8fd863f27f704a6fe324e6ff615a56b;hb=9cbff28c8a97e7a5dc36f6e6225a9d5e2eab8f06;hp=ea70357bf734e252ed10b9bc8b5be84d41378641;hpb=6c99397ade62678426b8d7ff193d7bb7bb9a396b;p=src%2Fapp-framework-binder.git diff --git a/test/AFB.js b/test/AFB.js index ea70357b..8fccdb04 100644 --- a/test/AFB.js +++ b/test/AFB.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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 };