aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-13 15:20:39 +0000
committerGravatar Craig Tiller <ctiller@google.com>2016-06-13 15:20:39 +0000
commita286b040a90d4a17cb4bb5c51e0dbe09de0a713b (patch)
treea3feb7e4be7aef190e9834199faf4c6b427c7aa1 /test
parentdbaf05e13d1f98db9329f3e04d80d1b90e9ee231 (diff)
small fixes
Diffstat (limited to 'test')
-rw-r--r--test/core/surface/sequential_connectivity_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/sequential_connectivity_test.c b/test/core/surface/sequential_connectivity_test.c
index 0da10fd7c5..0354cfa1e0 100644
--- a/test/core/surface/sequential_connectivity_test.c
+++ b/test/core/surface/sequential_connectivity_test.c
@@ -70,7 +70,7 @@ static void run_test(const test_fixture *fixture) {
grpc_init();
char *addr;
- gpr_join_host_port(&addr, "::", grpc_pick_unused_port_or_die());
+ gpr_join_host_port(&addr, "localhost", grpc_pick_unused_port_or_die());
grpc_server *server = grpc_server_create(NULL, NULL);
fixture->add_server_port(server, addr);