diff options
author | andre.schmid <andre.schmid@est.tech> | 2022-06-14 12:01:07 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-06-20 15:57:04 +0000 |
commit | e398bb0eac655ea80507825ff039c874dd7dee6d (patch) | |
tree | fdf99c288406902cbe13adcc354f64dcf8d5c127 /catalog-be/src/test | |
parent | ce3e2816ec3aa034bdef323c1a33b71485e87eb0 (diff) |
Fix VFC map or list property update
Fixes two problems in the update of VFC map or list properties. One was
related to a schema validation in the backend.
The other is related to setting the property value when the default
value was being edited.
Change-Id: Icd85346144c8763ced1b8fbcd750c9baf783f6a6
Issue-ID: SDC-4050
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-be/src/test')
-rw-r--r-- | catalog-be/src/test/java/org/openecomp/sdc/be/datamodel/utils/PropertyValueConstraintValidationUtilTest.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/catalog-be/src/test/java/org/openecomp/sdc/be/datamodel/utils/PropertyValueConstraintValidationUtilTest.java b/catalog-be/src/test/java/org/openecomp/sdc/be/datamodel/utils/PropertyValueConstraintValidationUtilTest.java index c1e33a8474..a9350edc18 100644 --- a/catalog-be/src/test/java/org/openecomp/sdc/be/datamodel/utils/PropertyValueConstraintValidationUtilTest.java +++ b/catalog-be/src/test/java/org/openecomp/sdc/be/datamodel/utils/PropertyValueConstraintValidationUtilTest.java @@ -53,7 +53,6 @@ import org.openecomp.sdc.be.model.InputDefinition; import org.openecomp.sdc.be.model.PropertyConstraint; import org.openecomp.sdc.be.model.PropertyDefinition; import org.openecomp.sdc.be.model.cache.ApplicationDataTypeCache; -import org.openecomp.sdc.be.model.jsonjanusgraph.operations.ToscaOperationFacade; import org.openecomp.sdc.be.model.operations.impl.PropertyOperation; import org.openecomp.sdc.exception.ResponseFormat; @@ -62,9 +61,6 @@ class PropertyValueConstraintValidationUtilTest { @Mock ApplicationDataTypeCache applicationDataTypeCache; - @Mock - ToscaOperationFacade toscaOperationFacade; - @Spy @InjectMocks PropertyValueConstraintValidationUtil propertyValueConstraintValidationUtil; |