ppapou commented on a change in pull request #611: [DLAB-1510] All resourses
are stopped with project
URL: https://github.com/apache/incubator-dlab/pull/611#discussion_r386793318
##########
File path:
services/self-service/src/test/java/com/epam/dlab/backendapi/resources/ProjectResourceTest.java
##########
@@ -98,4 +115,11 @@ public void generateKeysWithException() {
verify(keyService).generateKeys(getUserInfo());
verifyNoMoreInteractions(keyService);
}
-}
\ No newline at end of file
+
+ private ProjectActionFormDTO getProjectAvtionDTO() {
+ List<String> endPoints = new ArrayList<>();
+ endPoints.add("https://localhost:8083/");
+ String projectName = "DLAB";
+ return new ProjectActionFormDTO(projectName, endPoints);
Review comment:
the singleton list has been used to reduce the code lines number
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]