diff options
author | 2018-03-28 15:44:52 -0700 | |
---|---|---|
committer | 2018-03-28 15:44:52 -0700 | |
commit | 07e75a02a0b004b93bc32667159c327747548855 (patch) | |
tree | 722ab7bd48aa0414552c10654a663ad3def58a0b /test/core/end2end/fixtures/h2_ssl_proxy.cc | |
parent | a7773a20003f59c29fe68ec140d712582928c55a (diff) | |
parent | b08e6a2e3d72e6dea50f31970c1df5d04fa8222e (diff) |
Merge pull request #14615 from dgquintas/authority_header
Secure channels: use the right authority
Diffstat (limited to 'test/core/end2end/fixtures/h2_ssl_proxy.cc')
-rw-r--r-- | test/core/end2end/fixtures/h2_ssl_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_ssl_proxy.cc b/test/core/end2end/fixtures/h2_ssl_proxy.cc index 6b0b891b18..9ab50c6217 100644 --- a/test/core/end2end/fixtures/h2_ssl_proxy.cc +++ b/test/core/end2end/fixtures/h2_ssl_proxy.cc @@ -187,7 +187,7 @@ static grpc_end2end_test_config configs[] = { FEATURE_MASK_SUPPORTS_PER_CALL_CREDENTIALS | FEATURE_MASK_SUPPORTS_CLIENT_CHANNEL | FEATURE_MASK_SUPPORTS_AUTHORITY_HEADER, - chttp2_create_fixture_secure_fullstack, + "foo.test.google.fr", chttp2_create_fixture_secure_fullstack, chttp2_init_client_simple_ssl_secure_fullstack, chttp2_init_server_simple_ssl_secure_fullstack, chttp2_tear_down_secure_fullstack}, |