I replaced the license header with an exact copy from the existing files as you suggested. It should be all set now. Thanks for catching that! Pls hv a final look.
On Sat, 21 Feb, 2026, 11:02 pm Aman Mittal, <[email protected]> wrote: > Hi Ambika, > > I have checked the logs and your licence header is different from the > usual in the new file you created. That's why it is failing. Can you copy > paste from the existing ones? > > > Regards > Aman > > > On Sat, Feb 21, 2026 at 10:42 PM Ambika <[email protected]> > wrote: > >> Hi Aman, >> >> Yes, I have *rebased again* onto the absolute latest develop branch to >> ensure everything is synced. >> >> I've also verified the unit tests and formatting locally, and they are >> passing. The PR is updated and ready for review whenever you have a moment. >> >> Thanks! >> >> >> On Sat, Feb 21, 2026 at 10:13 PM Aman Mittal < >> [email protected]> wrote: >> >>> Hi Ambika, >>> >>> Have you tried Rebasing the branch for the latest develop branch? >>> >>> On Sat, Feb 21, 2026 at 10:02 PM Ambika <[email protected]> >>> wrote: >>> >>>> Hi all! >>>> I’ve just finished the unit tests for *FINERACT-2494* >>>> (ApiParameterHelper). I've fixed the license headers, and make sure the >>>> formatting is exactly as per required. When I run the tests on my own desk >>>> (locally),and use formatting checker [./gradlew :fineract-core:test passes >>>> (10/10 tests),./gradlew spotlessCheck passes]. >>>> However, my PR (#5510) is showing a failure in the GitHub Actions >>>> "Build & Cucumber /E2E tests " since I only touched the utility class and >>>> its unit test . Based on the recent discussion regarding the E2E framework >>>> transition, I suspect these are pre-existing issues. >>>> >>>> Could someone please confirm if I should ignore these CI failures, or >>>> if there is a specific environment configuration I am missing? >>>> >>>> Regards, >>>> Ambika Sony >>>> >>>> >>>
