[flaky] Fix bad_client duplicate_header test (#30577)

pull/30585/head
Craig Tiller 3 years ago committed by GitHub
parent 37800b2906
commit 2122f2dc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/core/bad_client/tests/duplicate_header.cc

@ -113,6 +113,7 @@ static void verifier(grpc_server* server, grpc_completion_queue* cq,
GPR_ASSERT(GRPC_CALL_OK == error);
cqv.Expect(tag(103), true);
cqv.Verify();
grpc_metadata_array_destroy(&request_metadata_recv);
grpc_call_details_destroy(&call_details);

Loading…
Cancel
Save