From 8a74ced574d566024513044859f433d263e3cc1b Mon Sep 17 00:00:00 2001 From: shivasubedi Date: Thu, 29 Apr 2021 12:48:05 +0100 Subject: Investigate and update Spock version Issue-ID: CPS-368 Signed-off-by: shivasubedi Change-Id: Ie8505cf29068660af6bc6b9887f593f7e3be074f --- .../org/onap/cps/api/impl/NetworkCmProxyDataServiceImplSpec.groovy | 2 -- 1 file changed, 2 deletions(-) (limited to 'cps-ncmp-service/src/test/groovy/org/onap') diff --git a/cps-ncmp-service/src/test/groovy/org/onap/cps/api/impl/NetworkCmProxyDataServiceImplSpec.groovy b/cps-ncmp-service/src/test/groovy/org/onap/cps/api/impl/NetworkCmProxyDataServiceImplSpec.groovy index 95493bf51..0a00e34f7 100644 --- a/cps-ncmp-service/src/test/groovy/org/onap/cps/api/impl/NetworkCmProxyDataServiceImplSpec.groovy +++ b/cps-ncmp-service/src/test/groovy/org/onap/cps/api/impl/NetworkCmProxyDataServiceImplSpec.groovy @@ -25,7 +25,6 @@ import org.onap.cps.api.CpsQueryService import org.onap.cps.ncmp.api.impl.NetworkCmProxyDataServiceImpl import org.onap.cps.spi.FetchDescendantsOption import spock.lang.Specification -import spock.lang.Unroll class NetworkCmProxyDataServiceImplSpec extends Specification { def objectUnderTest = new NetworkCmProxyDataServiceImpl() @@ -51,7 +50,6 @@ class NetworkCmProxyDataServiceImplSpec extends Specification { fetchDescendantsOption << FetchDescendantsOption.values() } - @Unroll def 'Create full data node: #scenario.'() { given: 'a cm handle and root xpath' def jsonData = 'some json' -- cgit 1.2.3-korg