Skip to content

Commit

Permalink
[DURACOM-288] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
atarix83 committed Sep 27, 2024
1 parent 05c509b commit 8f3aebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ public void findByObjectBadRequestTest() throws Exception {
*
* @throws Exception
*/
@Test
public void findByObjectBadRequestSSRTest() throws Exception {
Site site = siteService.findSite(context);
SiteRest siteRest = siteConverter.convert(site, DefaultProjection.DEFAULT);
Expand Down Expand Up @@ -963,7 +964,6 @@ public void findByObjectBadRequestSSRTest() throws Exception {
.andExpect(jsonPath("$.page.totalElements", greaterThanOrEqualTo(1)));
}

@Test
/**
* Verify that the findByObject return the 401 Unauthorized response when an eperson is involved
*
Expand Down

0 comments on commit 8f3aebe

Please sign in to comment.