aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/authority_not_supported.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/end2end/tests/authority_not_supported.cc')
-rw-r--r--test/core/end2end/tests/authority_not_supported.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/end2end/tests/authority_not_supported.cc b/test/core/end2end/tests/authority_not_supported.cc
index 4ccdb5e72a..01a95e4e10 100644
--- a/test/core/end2end/tests/authority_not_supported.cc
+++ b/test/core/end2end/tests/authority_not_supported.cc
@@ -93,11 +93,11 @@ static void test_with_authority_header(grpc_end2end_test_config config) {
grpc_metadata meta_c[2] = {{grpc_slice_from_static_string("key1"),
grpc_slice_from_static_string("val1"),
0,
- {0, {nullptr, nullptr, nullptr, nullptr}}},
+ {{nullptr, nullptr, nullptr, nullptr}}},
{grpc_slice_from_static_string("key2"),
grpc_slice_from_static_string("val2"),
0,
- {0, {nullptr, nullptr, nullptr, nullptr}}}};
+ {{nullptr, nullptr, nullptr, nullptr}}}};
grpc_end2end_test_fixture f =
begin_test(config, "test_with_authority_header", nullptr, nullptr);
cq_verifier* cqv = cq_verifier_create(f.cq);