-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Description
On these PRs, SwordIT.testDeleteFiles is failing:
- https://jenkins.dataverse.org/blue/organizations/jenkins/IQSS-Dataverse-Develop-PR/detail/PR-8972/1/tests
- https://jenkins.dataverse.org/blue/organizations/jenkins/IQSS-Dataverse-Develop-PR/detail/PR-8721/10/tests
The expected status code is different:
Expected status code <204> doesn’t match actual status code <400>.
at [edu.harvard.iq](http://edu.harvard.iq/).dataverse.api.SwordIT.testDeleteFiles(SwordIT.java:863)
Here's where that status code is being checked:
Response deleteIndex1b = UtilIT.deleteFile(Integer.parseInt(index1b), apiToken);
deleteIndex1b.then().assertThat()
.statusCode(NO_CONTENT.getStatusCode());
logger.info("Deleted file id " + index1b + " from draft version of a published dataset.");
The develop branch seems fine as of https://jenkins.dataverse.org/job/IQSS-dataverse-develop/1157/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels