andriod-interop-testing: fix InteropTask construction failure with wrong parameters (#6223)

This commit is contained in:
Chengyuan Zhang 2019-09-30 15:26:01 -07:00 committed by GitHub
parent ad159cea96
commit 881594100b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -26,10 +26,8 @@ import com.google.android.gms.common.GooglePlayServicesNotAvailableException;
import com.google.android.gms.common.GooglePlayServicesRepairableException;
import com.google.android.gms.security.ProviderInstaller;
import com.google.common.util.concurrent.SettableFuture;
import io.grpc.ClientInterceptor;
import io.grpc.android.integrationtest.InteropTask.Listener;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.concurrent.TimeUnit;
import org.junit.Before;
import org.junit.Rule;
@ -127,7 +125,6 @@ public class InteropInstrumentationTest {
new InteropTask(
listener,
TesterOkHttpChannelBuilder.build(host, port, serverHostOverride, useTls, testCa),
new ArrayList<ClientInterceptor>(),
testCase)
.execute();
String result = resultFuture.get(TIMEOUT_SECONDS, TimeUnit.SECONDS);