aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_full+pipe.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-02 14:08:27 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-11-02 14:08:27 -0700
commite528993d972396003459a7750db2158cd5a696a7 (patch)
tree1adced6871ca22fe1fba0025a1643c4743bac57d /test/core/end2end/fixtures/h2_full+pipe.c
parentc968e60e2ef60cd20353c34fb6260a63ce9db031 (diff)
parent6c8492de8a27b3b6afa3533543eeac167b5c94cc (diff)
Merge branch 'remove_fake_resolver' into service_config_json
Diffstat (limited to 'test/core/end2end/fixtures/h2_full+pipe.c')
-rw-r--r--test/core/end2end/fixtures/h2_full+pipe.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/core/end2end/fixtures/h2_full+pipe.c b/test/core/end2end/fixtures/h2_full+pipe.c
index e0026a7940..3e8eb54cbc 100644
--- a/test/core/end2end/fixtures/h2_full+pipe.c
+++ b/test/core/end2end/fixtures/h2_full+pipe.c
@@ -76,9 +76,7 @@ static grpc_end2end_test_fixture chttp2_create_fixture_fullstack(
}
void chttp2_init_client_fullstack(grpc_end2end_test_fixture *f,
- grpc_channel_args *client_args,
- const char *query_args) {
- GPR_ASSERT(query_args == NULL);
+ grpc_channel_args *client_args) {
fullstack_fixture_data *ffd = f->fixture_data;
f->client = grpc_insecure_channel_create(ffd->localaddr, client_args, NULL);
GPR_ASSERT(f->client);