Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Oct 3, 2023
1 parent 0c6b274 commit 83b6b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void downloadSingleFileWithAuthorize() throws Exception {
@Test
public void downloadSingleFileWithNoAuthorize() throws Exception {
getClient().perform(get(METADATABITSTREAM_DOWNLOAD_SINGLE_ENDPOINT + "/" + publicItem.getHandle() + "/" + bts.getName()))
.andExpect(status().is3xxRedirection());
.andExpect(status().isOk());
}

@Test
Expand Down

0 comments on commit 83b6b7d

Please sign in to comment.