Skip to content

Commit ae74c03

Browse files
committed
fix test
1 parent da66895 commit ae74c03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/edu/harvard/iq/dataverse/api/FilesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ public void testDataSizeInDataverse() throws InterruptedException {
14421442

14431443
magicControlString = MessageFormat.format(BundleUtil.getStringFromBundle("datasets.api.datasize.download"), magicSizeNumber);
14441444

1445-
Response datasetDownloadSizeResponse = UtilIT.findDatasetDownloadSize(datasetId.toString());
1445+
Response datasetDownloadSizeResponse = UtilIT.findDatasetDownloadSize(datasetId.toString(), apiTokenRando, null, null, null);
14461446
datasetDownloadSizeResponse.prettyPrint();
14471447

14481448
assertEquals(magicControlString, JsonPath.from(datasetDownloadSizeResponse.body().asString()).getString("data.message"));

0 commit comments

Comments
 (0)