typo in the comment

This commit is contained in:
Andrea Bollini
2019-02-21 15:11:06 +01:00
parent 3c9626a5ef
commit 3c8186e7c0

View File

@@ -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(