aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.h
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-08-01 23:19:11 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-08-06 11:46:02 -0700
commitb2bd06775e255ebf7de96eb00a5b1738311c682e (patch)
tree092654c01379891297d64ec60873766195051a56 /src/objective-c/tests/InteropTests.h
parent82b68d8a97e1dc506cfd3a7233883e27d5693261 (diff)
Require very explicit registration of non-SSL hosts.
Diffstat (limited to 'src/objective-c/tests/InteropTests.h')
-rw-r--r--src/objective-c/tests/InteropTests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTests.h b/src/objective-c/tests/InteropTests.h
index c675c8d241..4eb97e9e06 100644
--- a/src/objective-c/tests/InteropTests.h
+++ b/src/objective-c/tests/InteropTests.h
@@ -37,7 +37,7 @@
// https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md
@interface InteropTests : XCTestCase
-// Returns @"http://localhost:5050".
+// Returns @"localhost:5050".
// Override in a subclass to perform the same tests against a different address.
// For interop tests, use @"grpc-test.sandbox.google.com".
+ (NSString *)host;