Skip to content
Snippets Groups Projects
Commit 09316e76 authored by Julien Boeuf's avatar Julien Boeuf
Browse files

Fixing build.

parent f3128e6e
No related branches found
No related tags found
No related merge requests found
...@@ -400,8 +400,8 @@ static void test_request_with_server_rejecting_client_creds( ...@@ -400,8 +400,8 @@ static void test_request_with_server_rejecting_client_creds(
f = begin_test(config, "test_request_with_server_rejecting_client_creds", 1); f = begin_test(config, "test_request_with_server_rejecting_client_creds", 1);
cqv = cq_verifier_create(f.cq); cqv = cq_verifier_create(f.cq);
c = grpc_channel_create_call(f.client, f.cq, "/foo", "foo.test.google.fr", c = grpc_channel_create_call(f.client, NULL, GRPC_PROPAGATE_DEFAULTS, f.cq,
deadline); "/foo", "foo.test.google.fr", deadline);
GPR_ASSERT(c); GPR_ASSERT(c);
creds = grpc_iam_credentials_create(iam_token, iam_selector); creds = grpc_iam_credentials_create(iam_token, iam_selector);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment