don't enforce to refresh the token
[src/app-framework-binder.git] / test / AFB.html
index a1a4bf5..b0832d9 100644 (file)
@@ -3,7 +3,7 @@
     <title>Test of AFB Echo</title>
     <script type="text/javascript" src="AFB.js"></script>
     <script type="text/javascript">
-       var afb = new AFB("api", "hello-token");
+       var afb = new AFB("api", "hello");
        var ws;
 
        function onopen() {