This is an automated email from the ASF dual-hosted git repository. IOhacker pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 65b3b21a4fbd0f523001e562a5ca185036fcbbba Merge: b8f445a3ff 09cbd6a24f Author: VĂctor Romero <[email protected]> AuthorDate: Tue Aug 11 15:47:04 2026 -0600 Merge pull request #6246 from DeathGun44/FINERACT-2746/migrate-organisation-tests-to-feign FINERACT-2746: migrate organisation tests to feign .../ExternalEventConfigurationIntegrationTest.java | 79 +-- .../integrationtests/HookIntegrationTest.java | 160 +++-- .../integrationtests/OfficeIntegrationTest.java | 13 +- .../ProductMixIntegrationTest.java | 37 +- .../fineract/integrationtests/RatesTest.java | 41 +- .../FeignExternalEventConfigurationHelper.java | 61 ++ .../feign/helpers/FeignExternalEventHelper.java | 11 +- .../client/feign/helpers/FeignHookHelper.java | 107 +++ .../feign/helpers/FeignProductMixHelper.java} | 26 +- .../client/feign/helpers/FeignRateHelper.java | 52 ++ .../ExternalEventConfigurationTestData.java | 182 +++++ .../client/feign/modules/RateRequestBuilders.java | 53 ++ .../common/ExternalEventConfigurationHelper.java | 788 --------------------- .../integrationtests/common/HookHelper.java | 94 --- .../integrationtests/common/rates/RatesHelper.java | 74 -- 15 files changed, 662 insertions(+), 1116 deletions(-)
