Implement new Witness decoding function
diff --git a/js/testing/test-get-async.html b/js/testing/test-get-async.html
index e019537..4b6a37a 100644
--- a/js/testing/test-get-async.html
+++ b/js/testing/test-get-async.html
@@ -13,7 +13,7 @@
 	<script type="text/javascript" src="../tools/build/ndn-js.js"></script>

 

 	<script type="text/javascript">

-		var ndn = new NDN({port:9696});

+		var ndn = new NDN({port:9696,host:"localhost"});

         ndn.transport.connectWebSocket(ndn);

         

         ndn.onopen = function() {