File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/test/java/com/google/firebase/internal Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2222import static org .junit .Assert .assertTrue ;
2323import static org .junit .Assert .fail ;
2424
25- import com .google .api .client .http .GenericUrl ;
2625import com .google .api .client .http .HttpRequestFactory ;
2726import com .google .api .client .http .HttpResponseException ;
28- import com .google .api .client .http .HttpTransport ;
2927import com .google .api .client .http .LowLevelHttpResponse ;
3028import com .google .api .client .json .JsonFactory ;
3129import com .google .api .client .util .GenericData ;
@@ -117,7 +115,7 @@ public void testUnauthorizedPostRequest() throws FirebaseException {
117115
118116 @ Test (timeout = 10_000L )
119117 public void testConnectTimeoutGet () throws IOException {
120- ApacheHttp2Transport transport = new ApacheHttp2Transport ();
118+ ApacheHttp2Transport transport = new ApacheHttp2Transport ();
121119 ApacheHttp2Request request = transport .buildRequest ("GET" , "https://localhost:" + port );
122120 request .setTimeout (100 , 0 );
123121 try {
You can’t perform that action at this time.
0 commit comments