Issue #2860 fix after review

This commit is contained in:
Ivanov Anton 2018-08-26 21:37:50 +03:00
parent a458bfaaf4
commit 3d87265a0a
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ public class HttpDestinationOverHTTPTest extends AbstractHttpClientServerTest
{ {
request.send(); request.send();
Assert.fail("Request to a closed port must fail"); Assert.fail("Request to a closed port must fail");
} catch (Exception ignored) } catch (Exception expected)
{ {
} }