Skip to content

Commit 851fdcd

Browse files
committed
minor clean up: no need to enqueue Echo here
Test is supposed to fail on TLS handshake
1 parent 25b0e9b commit 851fdcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/test/java/org/asynchttpclient/BasicHttpsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ public void failInstantlyIfNotAllowedSelfSignedCertificate() throws Throwable {
160160

161161
withClient(config().setMaxRequestRetry(0).setRequestTimeout(2000)).run(client -> {
162162
withServer(server).run(server -> {
163-
server.enqueueEcho();
164163
try {
165164
client.prepareGet(getTargetUrl()).execute().get(TIMEOUT, SECONDS);
166165
} catch (ExecutionException e) {

0 commit comments

Comments
 (0)