Fix missing scope
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 17 Nov 2017 11:14:26 +0000 (12:14 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 17 Nov 2017 11:14:26 +0000 (12:14 +0100)
Fix the missing scope and bad one in the test

Change-Id: I2545926055cf4f4460cb627575d5b90b15f9317c
Issue-ID: CLAMP-74
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
src/test/java/org/onap/clamp/clds/it/CldsServiceItCase.java

index 0193613..0f65ef0 100644 (file)
@@ -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.