aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/test/java/org/onap/clamp/clds/it/CldsServiceItCase.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/java/org/onap/clamp/clds/it/CldsServiceItCase.java b/src/test/java/org/onap/clamp/clds/it/CldsServiceItCase.java
index 0193613a..0f65ef0c 100644
--- a/src/test/java/org/onap/clamp/clds/it/CldsServiceItCase.java
+++ b/src/test/java/org/onap/clamp/clds/it/CldsServiceItCase.java
@@ -62,13 +62,14 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
@TestPropertySource(locations = "classpath:application-no-camunda.properties")
public class CldsServiceItCase extends AbstractItCase {
+
@Autowired
- CldsService cldsService;
+ private CldsService cldsService;
private String bpmnText;
private String imageText;
private String bpmnPropText;
@Autowired
- public CldsDao cldsDao;
+ private CldsDao cldsDao;
/**
* Setup the variable before the tests execution.