mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 20:43:18 +00:00
typo in the comment
This commit is contained in:
@@ -633,7 +633,7 @@ public class WorkspaceItemRestRepositoryIT extends AbstractControllerIntegration
|
|||||||
.param("collection", col1.getID().toString()))
|
.param("collection", col1.getID().toString()))
|
||||||
.andExpect(status().isCreated())
|
.andExpect(status().isCreated())
|
||||||
.andExpect(jsonPath("$.status", is(false)))
|
.andExpect(jsonPath("$.status", is(false)))
|
||||||
// title and author are required in the first panel
|
// title and dateissued are required in the first panel
|
||||||
// the json path with a @ selector always return an array
|
// the json path with a @ selector always return an array
|
||||||
.andExpect(jsonPath("$.errors[?(@.message=='error.validation.required')]",
|
.andExpect(jsonPath("$.errors[?(@.message=='error.validation.required')]",
|
||||||
Matchers.contains(
|
Matchers.contains(
|
||||||
|
Reference in New Issue
Block a user