Skip to content
Snippets Groups Projects
Commit e7da1d4e authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix mistaken test change

parent 54478f85
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ static void request_response_with_payload_and_call_creds(
cq_verify(v_server);
/* 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment