diff options
Diffstat (limited to 'integration-test')
-rw-r--r-- | integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy index 69cc087874..0725fe82d0 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/base/CpsIntegrationSpecBase.groovy @@ -120,7 +120,7 @@ abstract class CpsIntegrationSpecBase extends Specification { ModuleSyncService moduleSyncService @Autowired - BlockingQueue<DataNode> moduleSyncWorkQueue + BlockingQueue<String> moduleSyncWorkQueue @Autowired JsonObjectMapper jsonObjectMapper |