Krishna Mewara created FINERACT-2513:
----------------------------------------
Summary: Migrate CreditBureauConfigurationHelper to fineract-client
Key: FINERACT-2513
URL: https://issues.apache.org/jira/browse/FINERACT-2513
Project: Apache Fineract
Issue Type: Improvement
Reporter: Krishna Mewara
Fix For: 1.14.0
Currently, the {{CreditBureauConfigurationHelper}} is still relying on the
deprecated REST-assured setup ({{{}RequestSpecification{}}},
{{{}ResponseSpecification{}}}, and raw URL strings).
To help clear out this technical debt and modernize the test suite, we need to
migrate this helper completely over to the generated {{{}fineract-client{}}}.
This will also involve updating the integration tests that call these
methods—specifically {{CreditBureauConfigurationTest}} and the configuration
setup flow in {{{}CreditBureauTest{}}}—so they consume the new client methods
and we can drop the legacy dependencies from this flow.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)