aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_uds.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-27 08:27:15 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-27 08:27:15 -0700
commite127a39f45577fcfba1f1f0faa1d60c516c39908 (patch)
treec25ade2aa3575626a75be577e1ca00b9e5ac27a1 /test/core/end2end/fixtures/h2_uds.c
parentcb356b26eaf8cfde85166a7f6a4b3b8b6b52f839 (diff)
Change tests to use channel args instead of fake_resolver query args.
Diffstat (limited to 'test/core/end2end/fixtures/h2_uds.c')
-rw-r--r--test/core/end2end/fixtures/h2_uds.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/core/end2end/fixtures/h2_uds.c b/test/core/end2end/fixtures/h2_uds.c
index 888d6c0a10..4d5b1a3117 100644
--- a/test/core/end2end/fixtures/h2_uds.c
+++ b/test/core/end2end/fixtures/h2_uds.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);
}