diff options
author | Adele Zhou <adelez@google.com> | 2016-01-20 14:37:07 -0800 |
---|---|---|
committer | Adele Zhou <adelez@google.com> | 2016-01-20 14:37:07 -0800 |
commit | 83576babeff68ddda5d030d1ec358643be174310 (patch) | |
tree | ed9630d27ac944885cf9772cc0425128890ef73f /examples/objective-c/auth_sample | |
parent | 65eb565e92914a3ccb19b8282421977ceda885b3 (diff) |
Update interop test service url to grpc-test.sandbox.googleapis.com.
Diffstat (limited to 'examples/objective-c/auth_sample')
-rw-r--r-- | examples/objective-c/auth_sample/MakeRPCViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/objective-c/auth_sample/MakeRPCViewController.m b/examples/objective-c/auth_sample/MakeRPCViewController.m index 4fd23dc144..6013186b99 100644 --- a/examples/objective-c/auth_sample/MakeRPCViewController.m +++ b/examples/objective-c/auth_sample/MakeRPCViewController.m @@ -39,7 +39,7 @@ NSString * const kTestScope = @"https://www.googleapis.com/auth/xapi.zoo"; -static NSString * const kTestHostAddress = @"grpc-test.sandbox.google.com"; +static NSString * const kTestHostAddress = @"grpc-test.sandbox.googleapis.com"; // Category for RPC errors to create the descriptions as we want them to appear on our view. @interface NSError (AuthSample) |