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