Use the default connection to the testbed hubs.
diff --git a/tests/test-PIT-matching.html b/tests/test-PIT-matching.html
index a4a5eaf..d37dbb6 100644
--- a/tests/test-PIT-matching.html
+++ b/tests/test-PIT-matching.html
@@ -13,7 +13,7 @@
<script type="text/javascript" src="../build/ndn-js.js"></script>
<script type="text/javascript">
- var ndn = new NDN({port:9696,host:"localhost", verify:false});
+ var ndn = new NDN({verify:false});
var AsyncGetClosure = function AsyncGetClosure(target) {
// Inherit from Closure.