Skip to content

Commit 3d7059f

Browse files
committed
remove unneeded test
1 parent 92e1f9a commit 3d7059f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -544,13 +544,4 @@ private static String prettyPrintMessage(String resourceBundleKey, List<String>
544544
}
545545
return message.replaceAll("\"", "\\\\\"");
546546
}
547-
548-
@Test
549-
public void testRetrieveMyDataAsJsonString2() {
550-
String apiToken = "3db5d5ce-ad6c-4501-ab42-8781cfea0829";
551-
552-
// Call with bad API token
553-
Response response = UtilIT.retrieveMyDataAsJsonString(apiToken, "", new ArrayList<>(Arrays.asList(0L)));
554-
response.prettyPrint();
555-
}
556547
}

0 commit comments

Comments
 (0)