Skip to content

Commit 0e059e4

Browse files
committed
Remove unnecessary waitForReady() in IntegrationTest.
1 parent 3198eec commit 0e059e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s2a/src/test/java/io/grpc/s2a/handshaker/IntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public static boolean doUnaryRpc(ExecutorService executor, ManagedChannel channe
262262
throws InterruptedException {
263263
try {
264264
SimpleServiceGrpc.SimpleServiceBlockingStub stub =
265-
SimpleServiceGrpc.newBlockingStub(channel).withWaitForReady();
265+
SimpleServiceGrpc.newBlockingStub(channel);
266266
SimpleResponse resp = stub.unaryRpc(SimpleRequest.newBuilder()
267267
.setRequestMessage("S2A team")
268268
.build());

0 commit comments

Comments
 (0)