Skip to content

Commit

Permalink
chore: Use gRPC client for gRPC test
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Jan 17, 2024
1 parent e6f7219 commit 8c466ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void testGrpc_rpcInvokedWithLargeTimeout_closeClientOnceResponseReceived(
.setMaxAttempts(1)
.build();
EchoClient grpcClient =
TestClientInitializer.createHttpJsonEchoClientCustomBlockSettings(
TestClientInitializer.createGrpcEchoClientCustomBlockSettings(
defaultRetrySettings, ImmutableSet.of(StatusCode.Code.DEADLINE_EXCEEDED));

BlockRequest blockRequest =
Expand Down

0 comments on commit 8c466ec

Please sign in to comment.