vidakovic commented on code in PR #6085:
URL: https://github.com/apache/fineract/pull/6085#discussion_r3537962322


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/ClientTest.java:
##########
@@ -254,10 +253,10 @@ public void 
testClientAddressCreationWorksAfterClientIsCreated() {
         // when
         ClientAddressRequest request = new 
ClientAddressRequest().postalCode(postalCode).city(city).countryId(Long.valueOf(countryId))
                 
.stateProvinceId(Long.valueOf(stateId)).isActive(addressIsActive);
-        PostClientClientIdAddressesResponse response = 
ClientHelper.createClientAddress(requestSpec, responseSpec, 
clientId.longValue(),
-                addressTypeId, request);
+        HashMap<String, Object> response = 
ClientHelper.createClientAddress(requestSpec, responseSpec, 
clientId.longValue(), addressTypeId,

Review Comment:
   See my previous comment on OpenAPI type information.



-- 
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