We are testing metadata sync on 2.25. When metadata is imported in a new instance using the new Importer, we observe that the response returned by the below api is different (only order is different) in both the instances.
/api/charts/<chart_id>
This is the screenshot of userGroupAccesses section in response of the above api from both the instances
We are testing metadata sync on 2.25. When metadata is imported in a new instance using the new Importer, we observe that the response returned by the below api is different (only order is different) in both the instances.
/api/charts/<chart_id>
This is the screenshot of userGroupAccesses section in response of the above api from both the instances
This is causing our tests to fail as they are asserting on output of the api. Is this expected behavior?