File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/tailormap/api/configuration/dev Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -958,7 +958,7 @@ private void createCatalogTestData() throws Exception {
958958 .ifPresent (ft -> {
959959 ft .getSettings ()
960960 .addAttachmentAttributesItem (new AttachmentAttributeType ()
961- .attributeName ("attachmentName " )
961+ .attributeName ("bijlage " )
962962 .maxAttachmentSize (4_000_000L )
963963 .mimeType ("image/jpeg, image/svg+xml" ));
964964 try {
@@ -973,7 +973,7 @@ private void createCatalogTestData() throws Exception {
973973 .ifPresent (ft -> {
974974 ft .getSettings ()
975975 .addAttachmentAttributesItem (new AttachmentAttributeType ()
976- .attributeName ("attachmentName " )
976+ .attributeName ("bijlage " )
977977 .maxAttachmentSize (4_000_000L )
978978 .mimeType ("image/jpeg, image/svg+xml" ));
979979 try {
You can’t perform that action at this time.
0 commit comments