aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_full.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-03 13:14:56 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-03 13:14:56 -0700
commitec393343eebbd8a32f05e9d90d92d7325d986b9d (patch)
treea4945a895696b68853c46ce6e9068ff77c95b6fa /test/core/end2end/fixtures/h2_full.c
parent9eee718e864d39615712950c011cdbbf840a7d5e (diff)
Add h2_fake_resolver end2end test fixture.
Diffstat (limited to 'test/core/end2end/fixtures/h2_full.c')
-rw-r--r--test/core/end2end/fixtures/h2_full.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_full.c b/test/core/end2end/fixtures/h2_full.c
index 4a2f17eb91..a72ab3aedd 100644
--- a/test/core/end2end/fixtures/h2_full.c
+++ b/test/core/end2end/fixtures/h2_full.c
@@ -70,7 +70,9 @@ static grpc_end2end_test_fixture chttp2_create_fixture_fullstack(
}
void chttp2_init_client_fullstack(grpc_end2end_test_fixture *f,
- grpc_channel_args *client_args) {
+ grpc_channel_args *client_args,
+ const char *query_args) {
+ GPR_ASSERT(query_args == NULL);
fullstack_fixture_data *ffd = f->fixture_data;
f->client = grpc_insecure_channel_create(ffd->localaddr, client_args, NULL);
GPR_ASSERT(f->client);