Merge "Update operation passthrough running - Service Layer"
authorToine Siebelink <toine.siebelink@est.tech>
Mon, 15 Nov 2021 17:39:04 +0000 (17:39 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 15 Nov 2021 17:39:04 +0000 (17:39 +0000)
1  2 
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/NetworkCmProxyController.java
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy

@@@ -279,10 -279,10 +279,10 @@@ class NetworkCmProxyControllerSpec exte
                      .contentType(MediaType.APPLICATION_JSON)
                      .content(jsonData)).andReturn().response
          then: 'an empty cm handle identifier is returned'
 -            response.contentAsString == '{"cmHandles":null}'
 +            response.contentAsString == '{"cmHandles":[]}'
      }
  
-     def 'Update resource data in passthrough-running datastore.' () {
+     def 'Update resource data from passthrough running.' () {
          given: 'update resource data url'
              def updateUrl = "$ncmpBasePathV1/ch/testCmHandle/data/ds/ncmp-datastore:passthrough-running" +
                      "?resourceIdentifier=parent/child"