Skip to content

Commit dcee32c

Browse files
Integration test fix
1 parent 2159577 commit dcee32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ void testCreateChapterAttachmentsWithUnsupportedCharacter() throws IOException {
583583

584584
for (int i = 0; i < facet.length; i++) {
585585
api.renameAttachment(
586-
appUrl, chapterEntityName, facet[i], chapterID, ID2[i], "sample123.pdf");
586+
appUrl, chapterEntityName, facet[i], chapterID, ID2[i], "sample123.txt");
587587
}
588588

589589
response = api.saveEntityDraft(appUrl, bookEntityName, srvpath, bookID);

0 commit comments

Comments
 (0)