Issue #2860 fix after review

This commit is contained in:
Ivanov Anton 2018-08-27 08:28:07 +03:00
parent 03c0d58727
commit 6211564f79
1 changed files with 2 additions and 1 deletions

View File

@ -294,7 +294,8 @@ 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 expected) }
catch (Exception expected)
{ {
} }