The idea is that when there is empty data returned, the api returned error. Now, in order to differentiate a real error and empty result, the api fixed to return successful message instead of error when there is an empty result.
Thus, some tests are failing because of this change in api
Related PR IQSS/dataverse#12256
The idea is that when there is empty data returned, the api returned error. Now, in order to differentiate a real error and empty result, the api fixed to return successful message instead of error when there is an empty result.
Thus, some tests are failing because of this change in api
Related PR IQSS/dataverse#12256