summaryrefslogtreecommitdiffstats
path: root/mod/bpgenerator/onap/src/test/java/org/onap/blueprintgenerator/service/common/PropertiesServiceTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'mod/bpgenerator/onap/src/test/java/org/onap/blueprintgenerator/service/common/PropertiesServiceTest.java')
-rw-r--r--mod/bpgenerator/onap/src/test/java/org/onap/blueprintgenerator/service/common/PropertiesServiceTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/bpgenerator/onap/src/test/java/org/onap/blueprintgenerator/service/common/PropertiesServiceTest.java b/mod/bpgenerator/onap/src/test/java/org/onap/blueprintgenerator/service/common/PropertiesServiceTest.java
index 520d2d2..a598315 100644
--- a/mod/bpgenerator/onap/src/test/java/org/onap/blueprintgenerator/service/common/PropertiesServiceTest.java
+++ b/mod/bpgenerator/onap/src/test/java/org/onap/blueprintgenerator/service/common/PropertiesServiceTest.java
@@ -103,7 +103,7 @@ public class PropertiesServiceTest {
@Test
public void shouldReturnInputsAndPropertiesForOnap() {
//given
- when(appConfigService.createAppconfig(any(), eq(getOnapComponentSpec()), eq(""), eq(false)))
+ when(appConfigService.createAppconfig(any(), eq(getOnapComponentSpec()), eq(false)))
.thenReturn((Map<String, Object>) resourceConfigResponse);
//when
@@ -278,6 +278,7 @@ public class PropertiesServiceTest {
expectedProperties.setImage(getGetInput(image));
expectedProperties.setLocation_id(getGetInput("location_id"));
expectedProperties.setService_component_type("test-Name");
+ expectedProperties.setService_component_name_override(getGetInput("service_component_name_override"));
expectedProperties.setLog_info(Collections.emptyMap());
expectedProperties.setReplicas(getGetInput("replicas"));
expectedProperties.setTls_info(getTlsInfo());