Fixed the streams and the imports issues
[dcaegen2/platform/cli.git] / blueprint-generator / src / test / java / org / onap / blueprintgenerator / core / BlueprintGeneratorTest.java
index e39cf41..91dec26 100644 (file)
@@ -388,7 +388,7 @@ public class BlueprintGeneratorTest {
                OnapNode node = (OnapNode) bp.getNode_templates().get("test.component.spec");
 
                boolean test = false;
-               if(!node.getProperties().getApplication_config().getStream_publishes().isEmpty()) {
+               if(!node.getProperties().getApplication_config().getStreams_publishes().isEmpty()) {
                        test = true;
                        System.out.println("tst");
                }