Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanedey committed Sep 17, 2024
1 parent 18365a7 commit 92d3112
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

import com.google.api.client.http.GenericUrl;
import com.google.api.client.http.HttpRequestFactory;
import com.google.api.client.http.HttpResponseException;
import com.google.api.client.http.HttpTransport;
import com.google.api.client.http.LowLevelHttpResponse;
import com.google.api.client.json.JsonFactory;
import com.google.api.client.util.GenericData;
Expand Down Expand Up @@ -117,7 +115,7 @@ public void testUnauthorizedPostRequest() throws FirebaseException {

@Test(timeout = 10_000L)
public void testConnectTimeoutGet() throws IOException {
ApacheHttp2Transport transport = new ApacheHttp2Transport();
ApacheHttp2Transport transport = new ApacheHttp2Transport();
ApacheHttp2Request request = transport.buildRequest("GET", "https://localhost:" + port);
request.setTimeout(100, 0);
try {
Expand Down

0 comments on commit 92d3112

Please sign in to comment.