aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.m
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-07-31 08:39:10 -0700
committerGravatar Michael Lumish <mlumish@google.com>2015-07-31 08:39:10 -0700
commit5d405bd3ec5fbff80f6ab58a72ad670800370418 (patch)
tree8fda0ab0d471a54cac8517d294d1679c681771c8 /src/objective-c/tests/InteropTests.m
parent909917955c99f6b32f34b4966c252daca0fe7061 (diff)
parentd0b32e9a55a11aa19263396c340b5f9f31119d2a (diff)
Merge pull request #2663 from jcanizales/run-test-server-locally
Run test server locally
Diffstat (limited to 'src/objective-c/tests/InteropTests.m')
-rw-r--r--src/objective-c/tests/InteropTests.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTests.m b/src/objective-c/tests/InteropTests.m
index 501f33317a..b473d73422 100644
--- a/src/objective-c/tests/InteropTests.m
+++ b/src/objective-c/tests/InteropTests.m
@@ -83,8 +83,10 @@
RMTTestService *_service;
}
+// grpc-test.sandbox.google.com
+
- (void)setUp {
- _service = [[RMTTestService alloc] initWithHost:@"grpc-test.sandbox.google.com"];
+ _service = [[RMTTestService alloc] initWithHost:@"http://localhost:5050"];
}
// Tests as described here: https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md