You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2022/11/17 21:28:03 UTC

[GitHub] [fineract] adamsaghy commented on a diff in pull request #2746: FINERACT-1706: Fix chargeback transaction amount zero

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


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/LoanTransactionChargebackTest.java:
##########
@@ -66,7 +67,8 @@ public void setup() {
         this.requestSpec = new RequestSpecBuilder().setContentType(ContentType.JSON).build();
         this.requestSpec.header("Authorization", "Basic " + Utils.loginIntoServerAndGetBase64EncodedAuthenticationKey());
         this.responseSpec = new ResponseSpecBuilder().expectStatusCode(200).build();
-        this.responseSpecError = new ResponseSpecBuilder().expectStatusCode(503).build();
+        this.responseSpecErr400 = new ResponseSpecBuilder().expectStatusCode(400).build();

Review Comment:
   this.responseSpecErr400 is not used anywhere. Would you mind to undo these changes if they are not necessary?



-- 
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: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org