mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
97538: Alter IT for public vocabulary search method
This commit is contained in:
@@ -119,7 +119,7 @@ public class EPersonAuthorityIT extends AbstractControllerIntegrationTest {
|
|||||||
|
|
||||||
getClient().perform(get("/api/submission/vocabularies/EPersonAuthority/entries")
|
getClient().perform(get("/api/submission/vocabularies/EPersonAuthority/entries")
|
||||||
.param("filter", "Luca"))
|
.param("filter", "Luca"))
|
||||||
.andExpect(status().isUnauthorized());
|
.andExpect(status().isOk());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user