Skip to content

Commit 61ba6a5

Browse files
committed
Fix
1 parent f2b1030 commit 61ba6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/tailormap/api/controller/AttachmentsControllerIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void addAttachment(String url) throws Exception {
7171
"application/json",
7272
"""
7373
{
74-
"attributeName":"attachmentName",
74+
"attributeName":"bijlage",
7575
"mimeType":"image/svg+xml",
7676
"fileName":"lichtpunt.svg",
7777
"description":"A test SVG attachment"

0 commit comments

Comments
 (0)