mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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()))
|
||||
.andExpect(status().isCreated())
|
||||
.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
|
||||
.andExpect(jsonPath("$.errors[?(@.message=='error.validation.required')]",
|
||||
Matchers.contains(
|
||||
|
Reference in New Issue
Block a user