We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 637949c + 1650908 commit e08b28eCopy full SHA for e08b28e
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