ppapou commented on a change in pull request #893: URL: https://github.com/apache/incubator-dlab/pull/893#discussion_r484427139
########## File path: services/self-service/src/test/java/com/epam/dlab/backendapi/resources/ProjectResourceTest.java ########## @@ -181,4 +278,16 @@ private ProjectDTO returnProjectDTO(CreateProjectDTO createProjectDTO) { private ProjectActionFormDTO getProjectActionDTO() { return new ProjectActionFormDTO(PROJECT_NAME, Collections.singletonList("https://localhost:8083/")); } + + private UpdateProjectDTO prepareUpdateProjectDTO() { + return new UpdateProjectDTO(PROJECT_NAME, Collections.emptySet(), Collections.emptySet(), true); Review comment: Boolean object is added ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@dlab.apache.org For additional commands, e-mail: dev-h...@dlab.apache.org