Connect to port 9695 until the testbed hubs use NDNx.
diff --git a/tests/test-get-async.cpp b/tests/test-get-async.cpp
index cbc8b97..765188d 100644
--- a/tests/test-get-async.cpp
+++ b/tests/test-get-async.cpp
@@ -46,7 +46,8 @@
 int main(int argc, char** argv)
 {
   try {
-    Face face("E.hub.ndn.ucla.edu");
+    // Connect to port 9695 until the testbed hubs use NDNx.
+    Face face("E.hub.ndn.ucla.edu", 9695);
     
     // Counter holds data used by the callbacks.
     Counter counter;