Skip to content

Commit 1efef60

Browse files
Update IntegrationTest_MultipleFacet.java
1 parent 1c89e49 commit 1efef60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdm/src/test/java/integration/com/sap/cds/sdm/IntegrationTest_MultipleFacet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2913,7 +2913,7 @@ void testCopyAttachmentWithNotesField() throws IOException {
29132913
List<String> objectIdsToStore = new ArrayList<>();
29142914
for (String facetName : facet) {
29152915
List<Map<String, Object>> sourceAttachmentsMetadata =
2916-
api.fetchEntityMetadataDraftDraft(appUrl, entityName, facetName, copyCustomSourceEntity);
2916+
api.fetchEntityMetadataDraft(appUrl, entityName, facetName, copyCustomSourceEntity);
29172917

29182918
if (sourceAttachmentsMetadata.isEmpty()) {
29192919
fail("No attachments found in source entity for facet: " + facetName);

0 commit comments

Comments
 (0)