aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-10-05 11:27:16 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2018-10-05 11:27:16 -0700
commitf17efc8860a22fe8c1041494aafb97573177ef7c (patch)
treeae9893640c7e385add92c1bedce22cd11d758d0d
parent00be69755160399756152eed8f1fbbcba8ec115a (diff)
Update status in objc interop tests
-rw-r--r--src/objective-c/tests/InteropTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTests.m b/src/objective-c/tests/InteropTests.m
index 5750dccd89..9d79606881 100644
--- a/src/objective-c/tests/InteropTests.m
+++ b/src/objective-c/tests/InteropTests.m
@@ -545,7 +545,7 @@ BOOL isRemoteInteropTest(NSString *host) {
} else {
// Keepalive should kick after 1s elapsed and fails the call.
XCTAssertNotNil(error);
- XCTAssertEqual(error.code, GRPC_STATUS_INTERNAL);
+ XCTAssertEqual(error.code, GRPC_STATUS_UNAVAILABLE);
XCTAssertEqualObjects(
error.localizedDescription, @"keepalive watchdog timeout",
@"Unexpected failure that is not keepalive watchdog timeout.");