File tree 1 file changed +1
-3
lines changed
src/test/java/com/google/firebase/internal
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 22
22
import static org .junit .Assert .assertTrue ;
23
23
import static org .junit .Assert .fail ;
24
24
25
- import com .google .api .client .http .GenericUrl ;
26
25
import com .google .api .client .http .HttpRequestFactory ;
27
26
import com .google .api .client .http .HttpResponseException ;
28
- import com .google .api .client .http .HttpTransport ;
29
27
import com .google .api .client .http .LowLevelHttpResponse ;
30
28
import com .google .api .client .json .JsonFactory ;
31
29
import com .google .api .client .util .GenericData ;
@@ -117,7 +115,7 @@ public void testUnauthorizedPostRequest() throws FirebaseException {
117
115
118
116
@ Test (timeout = 10_000L )
119
117
public void testConnectTimeoutGet () throws IOException {
120
- ApacheHttp2Transport transport = new ApacheHttp2Transport ();
118
+ ApacheHttp2Transport transport = new ApacheHttp2Transport ();
121
119
ApacheHttp2Request request = transport .buildRequest ("GET" , "https://localhost:" + port );
122
120
request .setTimeout (100 , 0 );
123
121
try {
You can’t perform that action at this time.
0 commit comments