mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 12:33:18 +00:00
fix unit test from 422 to 400
This commit is contained in:
@@ -114,6 +114,6 @@ public class ExternalSourcesRestControllerIT extends AbstractControllerIntegrati
|
|||||||
@Test
|
@Test
|
||||||
public void findOneExternalSourceEntriesNoQuery() throws Exception {
|
public void findOneExternalSourceEntriesNoQuery() throws Exception {
|
||||||
getClient().perform(get("/api/integration/externalsources/mock/entries"))
|
getClient().perform(get("/api/integration/externalsources/mock/entries"))
|
||||||
.andExpect(status().isUnprocessableEntity());
|
.andExpect(status().isBadRequest());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user