You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dy...@apache.org on 2022/11/01 16:12:00 UTC

[incubator-datalab] branch DATALAB-3082 updated: fix unit test

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

dyankiv pushed a commit to branch DATALAB-3082
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-3082 by this push:
     new 72f6ba75d fix unit test
72f6ba75d is described below

commit 72f6ba75dc160397dab54900d32d112dff95361b
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Tue Nov 1 18:11:34 2022 +0200

    fix unit test
---
 .../com/epam/datalab/backendapi/service/impl/BillingServiceImplTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/services/self-service/src/test/java/com/epam/datalab/backendapi/service/impl/BillingServiceImplTest.java b/services/self-service/src/test/java/com/epam/datalab/backendapi/service/impl/BillingServiceImplTest.java
index 0c8e91e34..cee2376d2 100644
--- a/services/self-service/src/test/java/com/epam/datalab/backendapi/service/impl/BillingServiceImplTest.java
+++ b/services/self-service/src/test/java/com/epam/datalab/backendapi/service/impl/BillingServiceImplTest.java
@@ -733,6 +733,7 @@ public class BillingServiceImplTest extends TestBase {
         resource.setMasterNodeShape(SHAPE);
         resource.setSlaveNodeShape(SHAPE);
         resource.setStatus("creating");
+        resource.setTemplateName("template_name");
 
         return resource;
     }


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