aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/empty_batch.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-20 15:42:47 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-20 15:42:47 -0800
commitda9de8988b343a6c87a9c3ba6b4594020943b0a7 (patch)
treeeee5260113f8aef5919422558900f582753a464d /test/core/end2end/tests/empty_batch.c
parent1d77059e4b1ec17c704acfc876e321cc33bff99d (diff)
parent4a4a3a446871da594ef4662751e707789f2829c2 (diff)
Merge github.com:grpc/grpc into maxmsgsz
Diffstat (limited to 'test/core/end2end/tests/empty_batch.c')
-rw-r--r--test/core/end2end/tests/empty_batch.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/core/end2end/tests/empty_batch.c b/test/core/end2end/tests/empty_batch.c
index dc8e52a60f..1b420ad4cb 100644
--- a/test/core/end2end/tests/empty_batch.c
+++ b/test/core/end2end/tests/empty_batch.c
@@ -106,8 +106,9 @@ static void empty_batch_body(grpc_end2end_test_config config,
grpc_op *op = NULL;
c = grpc_channel_create_call(
- f.client, NULL, GRPC_PROPAGATE_DEFAULTS, f.cq, "/foo",
- get_host_override_string("foo.test.google.fr:1234", config), deadline,
+ f.client, NULL, GRPC_PROPAGATE_DEFAULTS, f.cq,
+ grpc_slice_from_static_string("/foo"),
+ get_host_override_slice("foo.test.google.fr:1234", config), deadline,
NULL);
GPR_ASSERT(c);