diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-12 08:43:18 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-12 08:43:18 -0700 |
commit | 8be866eed78b28d59c3f61d54a907b0b11b31d1c (patch) | |
tree | 9d0b33ba111fe3274e52fe32b1a981d108f85e26 | |
parent | f0721657ffc4f19e92096a73e0ecbf4c7d96d8e1 (diff) |
fix test
-rw-r--r-- | test/core/transport/chttp2/hpack_encoder_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/transport/chttp2/hpack_encoder_test.c b/test/core/transport/chttp2/hpack_encoder_test.c index 701d663cbb..f4ccc71b39 100644 --- a/test/core/transport/chttp2/hpack_encoder_test.c +++ b/test/core/transport/chttp2/hpack_encoder_test.c @@ -106,7 +106,7 @@ static void verify(grpc_exec_ctx *exec_ctx, size_t window_available, bool eof, grpc_encode_header_options hopt = { .stream_id = 0xdeadbeef, .is_eof = eof, - .use_true_binary_metadata = false, + .use_true_binary_metadata = use_true_binary_metadata, .max_frame_size = 16384, .stats = &stats, }; |