diff --git a/src/main/java/com/epam/reportportal/util/test/SocketUtils.java b/src/main/java/com/epam/reportportal/util/test/SocketUtils.java index 59128be..bfe2e10 100644 --- a/src/main/java/com/epam/reportportal/util/test/SocketUtils.java +++ b/src/main/java/com/epam/reportportal/util/test/SocketUtils.java @@ -86,7 +86,6 @@ public List call() throws Exception { } }).orElseThrow(() -> new IOException("Unable to read file: " + responseFile)); IOUtils.write(rs, s.getOutputStream()); - } return results; }