aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_http_proxy.cc
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-23 18:14:12 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-23 22:24:51 -0700
commit02879244669f40bef06b38e4b6ad8a320529c924 (patch)
tree6f5a07d0d69c9f067848da0a7eba7369e0cea7b9 /test/core/end2end/fixtures/h2_http_proxy.cc
parentfa460dcf1d6d2c711be7a88caa93a06310efc4a6 (diff)
Added host override info to test fixture config
Diffstat (limited to 'test/core/end2end/fixtures/h2_http_proxy.cc')
-rw-r--r--test/core/end2end/fixtures/h2_http_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_http_proxy.cc b/test/core/end2end/fixtures/h2_http_proxy.cc
index 90d0627860..0af8a29a15 100644
--- a/test/core/end2end/fixtures/h2_http_proxy.cc
+++ b/test/core/end2end/fixtures/h2_http_proxy.cc
@@ -113,7 +113,7 @@ static grpc_end2end_test_config configs[] = {
FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION |
FEATURE_MASK_SUPPORTS_CLIENT_CHANNEL |
FEATURE_MASK_SUPPORTS_AUTHORITY_HEADER,
- chttp2_create_fixture_fullstack, chttp2_init_client_fullstack,
+ nullptr, chttp2_create_fixture_fullstack, chttp2_init_client_fullstack,
chttp2_init_server_fullstack, chttp2_tear_down_fullstack},
};