Skip to content

Commit 45756e4

Browse files
committed
chore: Fix broken integrations tests
1 parent d04e15b commit 45756e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/java/com/google/firebase/internal/ApacheHttp2TransportIT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ public class ApacheHttp2TransportIT {
6363

6464
// Sets a 5 second delay before server response to simulate a slow network that
6565
// results in a read timeout.
66-
private static final String DELAY_URL = "https://nghttp2.org/httpbin/delay/5";
67-
private static final String GET_URL = "https://nghttp2.org/httpbin/get";
68-
private static final String POST_URL = "https://nghttp2.org/httpbin/post";
66+
private static final String DELAY_URL = "https://httpbin.org/delay/5";
67+
private static final String GET_URL = "https://httpbin.org/get";
68+
private static final String POST_URL = "https://httpbin.org/post";
6969

7070
private static ServerSocket serverSocket;
7171
private static Socket fillerSocket;

0 commit comments

Comments
 (0)