8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d615d commit 06798b9Copy full SHA for 06798b9
extras/rxjava/src/test/java/org/asynchttpclient/extras/rxjava/single/AsyncHttpSingleTest.java
@@ -281,7 +281,7 @@ public void testAbort() throws Exception {
281
final TestSubscriber<Response> subscriber = new TestSubscriber<>();
282
283
try (AsyncHttpClient client = asyncHttpClient()) {
284
- final Single<Response> underTest = AsyncHttpSingle.create(client.prepareGet("http://github.com"),
+ final Single<Response> underTest = AsyncHttpSingle.create(client.prepareGet("http://gatling.io"),
285
() -> new AsyncCompletionHandlerBase() {
286
@Override
287
public State onStatusReceived(HttpResponseStatus status) {
0 commit comments