We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b753f commit 021144cCopy full SHA for 021144c
src/test/java/edu/harvard/iq/dataverse/api/FilesIT.java
@@ -3375,10 +3375,6 @@ public void testUploadFilesWithLimits() throws JsonParseException {
3375
3376
// Superuser file uploads can exceed the limit!
3377
pathToFile = "scripts/search/data/tabular/stata13-auto.dta";
3378
- uploadFileResponse = UtilIT.uploadFileViaNative(datasetId.toString(), pathToFile, apiToken);
3379
- uploadFileResponse.prettyPrint();
3380
- uploadFileResponse.then().assertThat()
3381
- .statusCode(BAD_REQUEST.getStatusCode());
3382
uploadFileResponse = UtilIT.uploadFileViaNative(datasetId.toString(), pathToFile, adminApiToken);
3383
uploadFileResponse.prettyPrint();
3384
uploadFileResponse.then().assertThat()
0 commit comments