adamsaghy commented on code in PR #2852:
URL: https://github.com/apache/fineract/pull/2852#discussion_r1063436619


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/BatchApiTest.java:
##########
@@ -1808,19 +1806,16 @@ public void 
shouldReturnOkStatusForBatchGoodwillCreditReversal() {
 
         final List<BatchResponse> responses = 
BatchHelper.postBatchRequestsWithoutEnclosingTransaction(this.requestSpec, 
this.responseSpec,
                 BatchHelper.toJsonString(batchRequests));
+        Assertions.assertEquals(HttpStatus.SC_INTERNAL_SERVER_ERROR, (long) 
responses.get(4).getStatusCode(),

Review Comment:
   Undo goodwill credit is supported. Please revert this test case.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to