You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/03/10 10:03:13 UTC

[incubator-dlab] branch develop updated: Fixed tests

This is an automated email from the ASF dual-hosted git repository.

ofuks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6c04b0d  Fixed tests
6c04b0d is described below

commit 6c04b0d4c37ac5a217b0c149a3c9d4473ba6b88c
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Tue Mar 10 12:02:59 2020 +0200

    Fixed tests
---
 .../epam/dlab/backendapi/service/impl/ExploratoryServiceImplTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/services/self-service/src/test/java/com/epam/dlab/backendapi/service/impl/ExploratoryServiceImplTest.java b/services/self-service/src/test/java/com/epam/dlab/backendapi/service/impl/ExploratoryServiceImplTest.java
index c641667..5d21167 100644
--- a/services/self-service/src/test/java/com/epam/dlab/backendapi/service/impl/ExploratoryServiceImplTest.java
+++ b/services/self-service/src/test/java/com/epam/dlab/backendapi/service/impl/ExploratoryServiceImplTest.java
@@ -529,6 +529,7 @@ public class ExploratoryServiceImplTest {
 
 	private StatusEnvBaseDTO getStatusEnvBaseDTOWithStatus(String status) {
 		return new ExploratoryStatusDTO()
+                .withProject(PROJECT)
 				.withUser(USER)
 				.withExploratoryName(EXPLORATORY_NAME)
 				.withStatus(status);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org