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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]