Skip to content

Commit 481a470

Browse files
fix IT test case
1 parent 00d3b33 commit 481a470

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
@@ -3644,7 +3644,7 @@ void testCreateLinkFailure() throws IOException {
36443644
String errorMessage = json.getJSONObject("error").getString("message");
36453645
assertEquals("500", errorCode);
36463646
if (facetName.equals("references")) {
3647-
assertEquals("Cannot upload more than 4 attachments.", errorMessage);
3647+
assertEquals("Cannot upload more than 5 attachments.", errorMessage);
36483648
} else if (facetName.equals("attachments")) {
36493649
assertEquals("Cannot upload more than 4 attachments.", errorMessage);
36503650
}

0 commit comments

Comments
 (0)