Merge branch 'bye-bye-completion-queue-pie' into we-dont-need-no-backup

pull/1888/head
Craig Tiller 10 years ago
commit 5c826d4c31
  1. 2
      test/core/end2end/tests/request_response_with_payload_and_call_creds.c

@ -214,7 +214,7 @@ static void request_response_with_payload_and_call_creds(
cq_verify(cqv);
/* Cannot set creds on the server call object. */
GPR_ASSERT(!grpc_call_set_credentials(s, NULL));
GPR_ASSERT(grpc_call_set_credentials(s, NULL) != GRPC_CALL_OK);
op = ops;
op->op = GRPC_OP_SEND_INITIAL_METADATA;

Loading…
Cancel
Save