We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637949c commit 1650908Copy full SHA for 1650908
src/main/java/com/testmonitor/resources/TestResult.java
@@ -119,7 +119,7 @@ public void addAttachment(File attachment) {
119
120
public HashMap<String, File> getAttachments() {
121
return new HashMap<String, File>() {{
122
- attachments.forEach((file) -> put("file", file));
+ attachments.forEach((file) -> put("attachments[]", file));
123
}};
124
}
125
0 commit comments