summaryrefslogtreecommitdiffstats
path: root/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java')
-rw-r--r--blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java b/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java
index e39cf41..91dec26 100644
--- a/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java
+++ b/blueprint-generator/src/test/java/org/onap/blueprintgenerator/core/BlueprintGeneratorTest.java
@@ -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");
}