From: Toine Siebelink Date: Mon, 15 Nov 2021 17:39:04 +0000 (+0000) Subject: Merge "Update operation passthrough running - Service Layer" X-Git-Tag: mr/823/126723/7~32 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=cps.git;a=commitdiff_plain;h=bc742a1dbe39a3269abab9e62a9d489f460144b0 Merge "Update operation passthrough running - Service Layer" --- bc742a1dbe39a3269abab9e62a9d489f460144b0 diff --cc cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy index cca62b9ec,cb3dc6f73..e96b27df8 --- a/cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/NetworkCmProxyControllerSpec.groovy +++ b/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"