aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTestsRemote.m
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2016-01-20 14:37:07 -0800
committerGravatar Adele Zhou <adelez@google.com>2016-01-20 14:37:07 -0800
commit83576babeff68ddda5d030d1ec358643be174310 (patch)
treeed9630d27ac944885cf9772cc0425128890ef73f /src/objective-c/tests/InteropTestsRemote.m
parent65eb565e92914a3ccb19b8282421977ceda885b3 (diff)
Update interop test service url to grpc-test.sandbox.googleapis.com.
Diffstat (limited to 'src/objective-c/tests/InteropTestsRemote.m')
-rw-r--r--src/objective-c/tests/InteropTestsRemote.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTestsRemote.m b/src/objective-c/tests/InteropTestsRemote.m
index a67be98431..758cc9346a 100644
--- a/src/objective-c/tests/InteropTestsRemote.m
+++ b/src/objective-c/tests/InteropTestsRemote.m
@@ -35,7 +35,7 @@
#import "InteropTests.h"
-static NSString * const kRemoteSSLHost = @"grpc-test.sandbox.google.com";
+static NSString * const kRemoteSSLHost = @"grpc-test.sandbox.googleapis.com";
/** Tests in InteropTests.m, sending the RPCs to a remote SSL server. */
@interface InteropTestsRemote : InteropTests