tests: Change test-get-async to use A.hub.ndn.ucla.edu.
diff --git a/tests/test-get-async.cpp b/tests/test-get-async.cpp
index 765188d..931b1af 100644
--- a/tests/test-get-async.cpp
+++ b/tests/test-get-async.cpp
@@ -47,7 +47,7 @@
 {
   try {
     // Connect to port 9695 until the testbed hubs use NDNx.
-    Face face("E.hub.ndn.ucla.edu", 9695);
+    Face face("A.hub.ndn.ucla.edu", 9695);
     
     // Counter holds data used by the callbacks.
     Counter counter;