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