Add unit test cases
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / vnfmdriver / bo / ScaleVnfRequest.java
index 13bf9bc..1a96754 100644 (file)
@@ -35,7 +35,7 @@ public class ScaleVnfRequest {
        @JsonProperty("numberOfSteps")
        private Integer numberOfSteps;
        
-       @JsonProperty("additionalParam")
+       @JsonProperty("additionalParams")
        private AdditionalParam additionalParam;