Skip to content
Snippets Groups Projects
Commit ca9460bc authored by Julien Boeuf's avatar Julien Boeuf
Browse files

Fixing test.

parent 03fad5f1
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ static void simple_request_body(grpc_end2end_test_fixture f) { ...@@ -146,7 +146,7 @@ static void simple_request_body(grpc_end2end_test_fixture f) {
cq_expect_completion(cqv, tag(1), 1); cq_expect_completion(cqv, tag(1), 1);
cq_verify(cqv); cq_verify(cqv);
GPR_ASSERT(status == GRPC_STATUS_UNAUTHENTICATED); GPR_ASSERT(status == GRPC_STATUS_FAILED_PRECONDITION);
gpr_free(details); gpr_free(details);
grpc_metadata_array_destroy(&initial_metadata_recv); grpc_metadata_array_destroy(&initial_metadata_recv);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment