Skip to content

Commit

Permalink
Actually updating capabilities with fixed noProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 11, 2018
1 parent 21880a3 commit a9096a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ public void writeTo(Appendable appendable) throws IOException {
if (rawData instanceof List) {
proxyMap.put("noProxy", ((List<String>) rawData).stream().collect(Collectors.joining(",")));
}
first.put(CapabilityType.PROXY, proxyMap);
}
}

Expand Down

0 comments on commit a9096a0

Please sign in to comment.