Text Error when building DHIS2 locally

I wanted to run DHIS locally. After cloning, I was following the instruction here on how to contribute.

I got error on
[ERROR] Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.213 s <<< FAILURE! -- in org.hisp.dhis.webapi.controller.AnalyticsControllerTest
Further details on the Web API error says

[ERROR]   AnalyticsControllerTest.verifyCsvRequest:186 Response content expected:<a,b,c,d
de1,ou2,pe1,3
de2,ou3,pe2,5
> but was:<a,b,c,d
de1,ou2,pe1,3
de2,ou3,pe2,5
>

The error stop the build.
Has anyone experience this

Hi @jetisco4u

It’s not clear why you are seeing this error. Is this issue in Windows 11, Windows 10, or Mac? I don’t have a clue why “AnalyticsControllerTest” is there a chance you could more info than the above?

When you run " mvn install" could you test again without adding the update option i.e. -U?

Thanks!