Skip to content

Commit 70a4c30

Browse files
committed
Fix more
1 parent 61ba6a5 commit 70a4c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/tailormap/api/configuration/dev/PopulateTestData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)